cmake: remove debug message

This commit is contained in:
Bernhard Miklautz 2014-04-22 17:22:43 +02:00
parent 67cf5bdf39
commit 87294221e7

View File

@ -78,7 +78,6 @@ macro(add_complex_library)
add_library(${${PREFIX}_MODULE} ${${PREFIX}_SOURCES})
endif()
if (${PREFIX}_EXPORT)
message("exporting ${${PREFIX}_MODULE}")
export_complex_library(LIBNAME ${${PREFIX}_MODULE})
endif()