We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f7883c2 + 75cf228 commit 519f7a5Copy full SHA for 519f7a5
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