Skip to content

Commit 90c1e65

Browse files
committed
Change the SP3_PYTHON_PACKAGES_DIRECTORY cmake variable type to STRING
1 parent 79ffaf2 commit 90c1e65

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,9 @@ find_package(pybind11 2.3 CONFIG QUIET REQUIRED)
7272

7373
set(SP3_PYTHON_PACKAGES_DIRECTORY
7474
"site-packages"
75-
CACHE PATH
76-
"Path to the directory where the python packages will be built and installed. (default to site-packages)"
75+
CACHE STRING
76+
"Directory name where the python packages will be built and installed.
77+
This will be prepend to LIBRARY_OUTPUT_DIRECTORY (default to site-packages)"
7778
)
7879

7980
# Get the Python's user site packages directory, or FASLE if not found

0 commit comments

Comments
 (0)