File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed
Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11include (FetchContent)
22FetchContent_Declare(
33 highfive
4+ SYSTEM
45 GIT_REPOSITORY https://github.com/BlueBrain/HighFive.git
56)
67FetchContent_MakeAvailable(highfive)
Original file line number Diff line number Diff line change 77include (FetchContent)
88FetchContent_Declare(
99 pybind11
10+ SYSTEM
1011 GIT_REPOSITORY https://github.com/pybind/pybind11.git
1112)
1213FetchContent_GetProperties(pybind11)
@@ -15,4 +16,4 @@ if(NOT pybind11_POPULATED)
1516 FetchContent_Populate(pybind11)
1617 add_subdirectory (${pybind11_SOURCE_DIR} ${pybind11_BINARY_DIR} )
1718 include_directories (${pybind11_SOURCE_DIR} /include )
18- endif ()
19+ endif ()
Original file line number Diff line number Diff line change 55include (FetchContent)
66 FetchContent_Declare(
77 spectra
8+ SYSTEM
89 GIT_REPOSITORY https://github.com/yixuan/spectra.git
910)
10- FetchContent_MakeAvailable(spectra)
11+ FetchContent_MakeAvailable(spectra)
Original file line number Diff line number Diff line change 55include (FetchContent)
66FetchContent_Declare(
77 suitesparse
8- SYSTEM
8+ SYSTEM
99 GIT_REPOSITORY https://github.com/DrTimothyAldenDavis/SuiteSparse.git
10- GIT_TAG stable
10+ GIT_TAG stable
1111)
1212FetchContent_MakeAvailable(suitesparse)
You can’t perform that action at this time.
0 commit comments