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.
2 parents 33a532f + 8ce8eaa commit 8b2e427Copy full SHA for 8b2e427
CMakeLists.txt
@@ -104,7 +104,7 @@ set(WOLFTPM_NO_ACTIVE_THREAD_LS "no" CACHE STRING
104
"Disable active TPM thread local storage (default: disabled)")
105
set_property(CACHE WOLFTPM_NO_ACTIVE_THREAD_LS
106
PROPERTY STRINGS "yes;no")
107
-if(NOT WOLFTPM_NO_ACTIVE_THREAD_LS)
+if(WOLFTPM_NO_ACTIVE_THREAD_LS)
108
list(APPEND WOLFTPM_DEFINITIONS
109
"-DWOLFTPM_NO_ACTIVE_THREAD_LS")
110
endif()
0 commit comments