Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
maximilianheer committed Sep 13, 2024
1 parent d7bf35e commit 2f7dfcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples_sw/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ set(VERBOSITY OFF CACHE BOOL "Enable VERBOSITY for compilation")

if (VERBOSITY)
message("You selected VERBOSITY for compilation")
target_compile_definitions(VERBOSE)
add_compile_definitions(VERBOSE)
else()
message("VERBOSITY is not selected for compilation")
endif()
Expand Down

0 comments on commit 2f7dfcb

Please sign in to comment.