Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change FetchContent_Populate to FetchContent_MakeAvailable
According to https://cmake.org/cmake/help/latest/module/FetchContent.html#command:fetchcontent_populate, FetchContent_MakeAvailable ensures the named dependencies have been populated, either by an earlier call, or by populating them itself. This makes possible to get rid of the conditional.
- Loading branch information