CMake example of how to use the new CMake 3.11 FetchContent module
Simply run
mkdir build
cd build
cmake ../
or
mkdir build
cd build
cmake ../ -DFETCHCONTENT_QUIET=OFF
which is useful to see what FetchContent is doing.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
CMake example of how to use the new CMake 3.11 FetchContent module
Simply run
mkdir build
cd build
cmake ../
or
mkdir build
cd build
cmake ../ -DFETCHCONTENT_QUIET=OFF
which is useful to see what FetchContent is doing.