Skip to content

Commit fbbb59e

Browse files
author
Zachery Crandall
authored
Fix incorrect PyBind11 headers target reference (#365)
* Fix incorrect PyBind11 headers target reference * Add more explanation to incomplete PyBind11 import explanation (and rerun tests)
1 parent 36c7420 commit fbbb59e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,14 @@ cmaize_find_optional_dependency(
6666
set(pluginplay_depends utilities parallelzone libfort Boost::boost RocksDB)
6767

6868
# 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
69+
# be fixed in a future feature release. For now we handle the exposed CMake
70+
# targets separately instead of a CMaize target
7071
include(nwx_pybind11)
7172
if("${BUILD_PYBIND11_PYBINDINGS}")
7273
nwx_find_pybind11()
7374
list(
7475
APPEND pluginplay_depends
75-
pybind11_headers pybind11::embed Python::Python
76+
pybind11::headers pybind11::embed Python::Python
7677
)
7778
endif()
7879

0 commit comments

Comments
 (0)