There was an error while loading. Please reload this page.
1 parent afd7559 commit 730e98fCopy full SHA for 730e98f
1 file changed
CMakeLists.txt
@@ -73,8 +73,8 @@ if(IPC_TOOLKIT_TOPLEVEL_PROJECT)
73
else()
74
# If this is not the top-level project, we don't want to build tests or Python
75
# bindings. This is useful for projects that use IPC Toolkit as a submodule.
76
- set(IPC_TOOLKIT_BUILD_TESTS OFF CACHE INTERNAL BOOL "Build unit-tests" FORCE)
77
- set(IPC_TOOLKIT_BUILD_PYTHON OFF CACHE INTERNAL BOOL "Build Python bindings" FORCE)
+ set(IPC_TOOLKIT_BUILD_TESTS OFF CACHE BOOL "Build unit-tests" FORCE)
+ set(IPC_TOOLKIT_BUILD_PYTHON OFF CACHE BOOL "Build Python bindings" FORCE)
78
endif()
79
80
if(CMAKE_CUDA_COMPILER)
0 commit comments