Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
drexlerd committed Jan 4, 2024
1 parent 34b5681 commit e2da4e0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,14 @@ endif()

option(ENABLE_TESTING "Enables compilation of tests." OFF)
if (ENABLE_TESTING)
message("Building tests enabled.")
message("Testing enabled.")
else()
message("Building tests disabled.")
message("Testing disabled.")
endif()
if (ENABLE_BENCHMARKING)
message("Benchmarking enabled.")
else()
message("Benchmarking disabled.")
endif()

##############################################################
Expand Down

0 comments on commit e2da4e0

Please sign in to comment.