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 f7883c2 commit 75cf228Copy full SHA for 75cf228
CMakeLists.txt
@@ -50,7 +50,7 @@ set(DEFAULT_LOG_LEVEL "INFO"
50
CACHE STRING "The default log level")
51
set(DEFAULT_OBJECTSTORE_BACKEND "file"
52
CACHE STRING "Default storage backend for token objects")
53
-set(DEFAULT_PKCS11_LIB "${CMAKE_INSTALL_FULL_LIBDIR}/softhsm/libsofthsm2.so"
+set(DEFAULT_PKCS11_LIB "${CMAKE_INSTALL_FULL_LIBDIR}/softhsm/libsofthsm2${CMAKE_SHARED_LIBRARY_SUFFIX}"
54
CACHE STRING "The default PKCS#11 library")
55
set(DEFAULT_SOFTHSM2_CONF "${CMAKE_INSTALL_FULL_SYSCONFDIR}/softhsm2.conf"
56
CACHE STRING "The default location of softhsm.conf")
0 commit comments