Skip to content
Snippets Groups Projects
Commit dea7dac1 authored by Sam Yates's avatar Sam Yates
Browse files

Remove debug status message

parent 4967bf30
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,6 @@ set(modcc "${CMAKE_BINARY_DIR}/external/bin/modcc")
foreach(mech ${mechanisms})
set(mod "${CMAKE_CURRENT_SOURCE_DIR}/mod/${mech}.mod")
set(hpp "${CMAKE_CURRENT_SOURCE_DIR}/${mech}.hpp")
message(STATUS "add_cc for ${hpp}")
add_custom_command(OUTPUT "${hpp}"
DEPENDS modparser "${mod}"
WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment