Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilsa committed May 14, 2024
1 parent 6729c65 commit 2fe4827
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ if (NOT DEFINED CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE "Debug" CACHE STRING "")
endif ()

if (NOT DEFINED BUILD_SECURE_MODE_TESTS)
set(BUILD_SECURE_MODE_TESTS "ON")
if (NOT DEFINED BUILD_SECURE_MODE_TEST)
set(BUILD_SECURE_MODE_TEST "ON")
endif ()

if(NOT ${CMAKE_BUILD_TYPE} MATCHES "^(Debug|Release|RelWithDebInfo)$")
Expand Down

0 comments on commit 2fe4827

Please sign in to comment.