1
0
Fork 0

remove debug output.

This commit is contained in:
Wilfried Goesgens 2016-08-19 14:18:07 +02:00
parent 29ea7f49c2
commit 75526ee00a
1 changed files with 0 additions and 5 deletions

View File

@ -35,11 +35,6 @@ include(InstallMacros)
install(DIRECTORY ${PROJECT_SOURCE_DIR}/Documentation/man/
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/man)
get_cmake_property(_variableNames VARIABLES)
foreach (_variableName ${_variableNames})
message(STATUS "${_variableName}=${${_variableName}}")
endforeach()
install_readme(README README.txt)
install_readme(README.md README.md)
install_readme(LICENSE LICENSE.txt)