We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca11a17 commit 261534dCopy full SHA for 261534d
CMakeLists.txt
@@ -108,8 +108,8 @@ FetchContent_Declare(
108
FetchContent_GetProperties(pybind11)
109
110
if(NOT pybind11_POPULATED)
111
- #FetchContent_Populate(pybind11)
112
- FetchContent_MakeAvailable(pybind11)
+ FetchContent_Populate(pybind11)
+ #FetchContent_MakeAvailable(pybind11)
113
add_subdirectory(${pybind11_SOURCE_DIR} ${pybind11_BINARY_DIR})
114
endif()
115
0 commit comments