We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c445fb commit f28f679Copy full SHA for f28f679
CMakeLists.txt
@@ -244,7 +244,7 @@ add_subdirectory(examples)
244
#============================================================================
245
gz_create_packages()
246
247
-if (pybind11_FOUND)
+if (pybind11_FOUND AND NOT SKIP_PYBIND11)
248
add_subdirectory(python)
249
endif()
250
0 commit comments