Skip to content
Snippets Groups Projects

TEST: Test for numeric values.

Merged Daniel Hornung requested to merge f-int32 into dev
Files
4
+ 1
0
@@ -54,6 +54,7 @@ add_compiler_flag("-g")
#######################################################
option(LINTING "clang-tidy and iwye" ON)
if(LINTING)
message("Linting is on. To disable, call cmake with '-D LINTING=OFF'.")
### set paranoid compiler flags
#add_compiler_flag("-Wall")
#add_compiler_flag("-Wextra")
Loading