You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/non_limited_api/CMakeLists.txt
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ endif()
21
21
option(PYBIND11_NONLIMITEDAPI_BUILD_STUBS "Build the stubs library."ON)
22
22
23
23
set(PYBIND11_NONLIMITEDAPI_PYTHON_MIN_VERSION_HEX ""CACHESTRING"A hex Python version to bake into the library, e.g. `0x030800f0` for 3.8 (the `f0` suffix is always there and means a release version).")
24
-
set(PYBIND11_NONLIMITEDAPI_SUFFIX ""CACHESTRING"A custom suffix to append to the built library name. Should normally be `[_AppName][_X.Y]`, where X,Y is the Python version.")
24
+
set(PYBIND11_NONLIMITEDAPI_SUFFIX ""CACHESTRING"A custom suffix to append to the built library name.")
25
25
set(PYBIND11_NONLIMITEDAPI_LIBRARY_OUTPUT_DIR ""CACHEPATH"Replaces the library installation path for the shim.")
26
26
27
27
include(GNUInstallDirs)
@@ -68,7 +68,13 @@ endif()
68
68
if (PYBIND11_NONLIMITEDAPI_PYTHON_MIN_VERSION_HEX STREQUAL"")
69
69
message("Not building shim because no Python version is specified.")
0 commit comments