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 2024973 commit 7a09823Copy full SHA for 7a09823
CMakeLists.txt
@@ -54,6 +54,7 @@ set(LIBCLANG_LOCATION "${LIBCLANG_LOCATION}" CACHE STRING "Location of the libcl
54
# --- Python ---
55
56
find_package(Python)
57
+set(CPP2PY_PYTHON_EXECUTABLE ${PYTHON_EXECUTABLE} CACHE FILEPATH "Python Executable")
58
add_library(cpp2py::python_and_numpy ALIAS python_and_numpy)
59
install(TARGETS python_and_numpy EXPORT Cpp2PyTargets)
60
0 commit comments