Skip to content
Snippets Groups Projects
Commit 855238c9 authored by Dominic Kempf's avatar Dominic Kempf
Browse files

Fix c&p error in verbosity code

parent 6779736b
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ macro(dune_enable_all_packages)
add_definitions("-D${def}")
endforeach(def in ${all_defs})
if(ENABLE_ALL_PACKAGES_VERBOSE)
message("Compile definitions for this project: ${all_libs}")
message("Compile definitions for this project: ${all_defs}")
endif(ENABLE_ALL_PACKAGES_VERBOSE)
endmacro(dune_enable_all_packages)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment