Skip to content
Snippets Groups Projects
Commit ff37819a authored by Tobias Malkmus's avatar Tobias Malkmus
Browse files

[cmake] remove some testing output

parent d722844a
No related branches found
No related tags found
No related merge requests found
......@@ -775,7 +775,6 @@ macro(dune_regenerate_config_cmake)
file(APPEND ${CONFIG_H_CMAKE_FILE} "\n${_myfile}")
# append CONFIG_H_BOTTOM section at the end if found
if(CONFIG_H_BOTTOM)
message( "Appending: ${CONFIG_H_BOTTOM}" )
file(APPEND ${CONFIG_H_CMAKE_FILE} "${CONFIG_H_BOTTOM}")
endif(CONFIG_H_BOTTOM)
endmacro(dune_regenerate_config_cmake)
......
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