Skip to content

Commit 7ff543b

Browse files
committed
enable testing by default
1 parent be58cba commit 7ff543b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/ncrypto-flags.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
option(NCRYPTO_DEVELOPMENT_CHECKS "development checks (useful for debugging)" OFF)
2-
option(NCRYPTO_TESTING "Build tests" OFF)
2+
option(NCRYPTO_TESTING "Build tests" ON)
33

44
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
55
set(CMAKE_CXX_STANDARD 20)

0 commit comments

Comments
 (0)