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.
2 parents c1cd7b2 + 90c1e65 commit b82275fCopy full SHA for b82275f
CMakeLists.txt
@@ -72,8 +72,9 @@ find_package(pybind11 2.3 CONFIG QUIET REQUIRED)
72
73
set(SP3_PYTHON_PACKAGES_DIRECTORY
74
"site-packages"
75
- CACHE PATH
76
- "Path to the directory where the python packages will be built and installed. (default to site-packages)"
+ CACHE STRING
+ "Directory name where the python packages will be built and installed.
77
+ This will be prepend to LIBRARY_OUTPUT_DIRECTORY (default to site-packages)"
78
)
79
80
# Get the Python's user site packages directory, or FASLE if not found
0 commit comments