Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
h-larsson committed Oct 21, 2024
1 parent 1561af6 commit 991eff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ OPTION(BUILD_EXE "Build executable block2" OFF)
OPTION(REUSE_OBJS "Reuse core objects" ON)
OPTION(USE_PCH "Build precompiled headers" ON)
OPTION(FORCE_LIB_ABS_PATH "Using absolute path when linking libraries" ON)
# For BUILD_CLIB, local static variables may vaiolate ODR in .so and .exe.
# For BUILD_CLIB, local static variables may violate ODR in .so and .exe.
OPTION(USE_GLOBAL_VARIABLE "Use global variable instead of local static ones" ON)
OPTION(SIMPLE_TEST "Only compile basic unit tests" OFF)

Expand Down

0 comments on commit 991eff5

Please sign in to comment.