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
set (CRYPTOLENS_BUILD_TESTS OFFCACHEBOOL"build tests?")
5
-
set (CRYPTOLENS_CURL_EMBED_CACERTS OFFCACHEBOOL"embed the ca certs in the library instead of using curl defaults?")
5
+
set (CRYPTOLENS_CURL_EMBED_CACERTS OFFCACHEBOOL"embed the ca certs in the library instead of using system default files?")
6
6
7
7
set (SRC "src/ActivateError.cpp""src/DataObject.cpp""src/LicenseKey.cpp""src/LicenseKeyChecker.cpp""src/LicenseKeyInformation.cpp""src/base64.cpp""src/basic_SKM.cpp")
8
8
set (LIBS "")
@@ -18,18 +18,18 @@ if (${CURL_FOUND})
18
18
set (SRC ${SRC}"src/RequestHandler_curl.cpp")
19
19
set (LIBS ${LIBS} curl ssl crypto)
20
20
21
-
if (${CRYPTOLENS_CURL_EMBED_CACERTS})
21
+
if ((${CRYPTOLENS_CURL_EMBED_CACERTS}) OR (${SKM_CURL_EMBED_CACERTS}))
22
22
add_definitions (-DCRYPTOLENS_CURL_EMBED_CACERTS)
23
23
set (SRC ${SRC}"src/RequestHandler_curl_cacerts.cpp")
0 commit comments