We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a09823 commit a03ba8fCopy full SHA for a03ba8f
CMakeLists.txt
@@ -55,6 +55,7 @@ set(LIBCLANG_LOCATION "${LIBCLANG_LOCATION}" CACHE STRING "Location of the libcl
55
56
find_package(Python)
57
set(CPP2PY_PYTHON_EXECUTABLE ${PYTHON_EXECUTABLE} CACHE FILEPATH "Python Executable")
58
+set(CPP2PY_PYTHON_LIB_DEST_ROOT ${PYTHON_LIB_DEST_ROOT} CACHE FILEPATH "Python module directory")
59
add_library(cpp2py::python_and_numpy ALIAS python_and_numpy)
60
install(TARGETS python_and_numpy EXPORT Cpp2PyTargets)
61
0 commit comments