We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36c7420 commit fbbb59eCopy full SHA for fbbb59e
1 file changed
CMakeLists.txt
@@ -66,13 +66,14 @@ cmaize_find_optional_dependency(
66
set(pluginplay_depends utilities parallelzone libfort Boost::boost RocksDB)
67
68
# As of 1.0.0 CMaize does not support multiple build or find targets. This will
69
-# be fixed in a future feature release. For now we handle the
+# be fixed in a future feature release. For now we handle the exposed CMake
70
+# targets separately instead of a CMaize target
71
include(nwx_pybind11)
72
if("${BUILD_PYBIND11_PYBINDINGS}")
73
nwx_find_pybind11()
74
list(
75
APPEND pluginplay_depends
- pybind11_headers pybind11::embed Python::Python
76
+ pybind11::headers pybind11::embed Python::Python
77
)
78
endif()
79
0 commit comments