[CMake] do not print install targets
This commit is contained in:
parent
1ccbbf95b5
commit
9d4d7fd273
1 changed files with 0 additions and 1 deletions
|
@ -18,7 +18,6 @@ function(mapnik_install)
|
|||
)
|
||||
endif()
|
||||
if(NOT MAPNIK_INSTALL_IS_PLUGIN)
|
||||
message(STATUS "${MAPNIK_INSTALL_TARGET}")
|
||||
get_target_property(TARGET_TYPE "${MAPNIK_INSTALL_TARGET}" TYPE)
|
||||
if (TARGET_TYPE STREQUAL "EXECUTABLE")
|
||||
get_property(MAPNIK_INSTALLED_TARGETS GLOBAL PROPERTY TARGETS)
|
||||
|
|
Loading…
Reference in a new issue