Skip to content

Commit 261534d

Browse files
committed
revert fetchcontent
1 parent ca11a17 commit 261534d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ FetchContent_Declare(
108108
FetchContent_GetProperties(pybind11)
109109

110110
if(NOT pybind11_POPULATED)
111-
#FetchContent_Populate(pybind11)
112-
FetchContent_MakeAvailable(pybind11)
111+
FetchContent_Populate(pybind11)
112+
#FetchContent_MakeAvailable(pybind11)
113113
add_subdirectory(${pybind11_SOURCE_DIR} ${pybind11_BINARY_DIR})
114114
endif()
115115

0 commit comments

Comments
 (0)