Commit b507df61 authored by Tor Didriksen's avatar Tor Didriksen

Bug#13463417 63487: ANNOYING TRACE MESSAGE IN CMAKE CODE

Remove it.
parent be7fc143
...@@ -78,7 +78,6 @@ FUNCTION(INSTALL_MANPAGE file) ...@@ -78,7 +78,6 @@ FUNCTION(INSTALL_MANPAGE file)
ELSE() ELSE()
SET(SECTION man8) SET(SECTION man8)
ENDIF() ENDIF()
MESSAGE("huj!")
INSTALL(FILES "${MANPAGE}" DESTINATION "${INSTALL_MANDIR}/${SECTION}" INSTALL(FILES "${MANPAGE}" DESTINATION "${INSTALL_MANDIR}/${SECTION}"
COMPONENT ManPages) COMPONENT ManPages)
ENDIF() ENDIF()
......
Markdown is supported
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