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
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
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.")
@@ -29,6 +29,8 @@ include(GNUInstallDirs)
29
29
set(PYBIND11_NONLIMITEDAPI_INSTALL_LIBDIR_STUBS "${CMAKE_INSTALL_LIBDIR}"CACHEPATH"Where to install the stub library.")
30
30
set(PYBIND11_NONLIMITEDAPI_INSTALL_LIBDIR_SHIMS "${CMAKE_INSTALL_LIBDIR}"CACHEPATH"Where to install the shim library.")
31
31
32
+
option(PYBIND11_NONLIMITEDAPI_INSTALL_EXPORTS "Whether to install the cmake configs for our libraries."OFF)
0 commit comments