mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-14 13:26:28 +02:00
remove extra debugging in LinkSharedDependencies
This commit is contained in:
parent
2ee33cef9f
commit
4216806967
1 changed files with 0 additions and 3 deletions
|
@ -27,9 +27,6 @@ macro(LINK_SHARED_DEPENDENCIES)
|
|||
if (${TARGET_NAME}_DEPENDENCY_QT_MODULES)
|
||||
list(REMOVE_DUPLICATES ${TARGET_NAME}_DEPENDENCY_QT_MODULES)
|
||||
|
||||
message(${TARGET_NAME})
|
||||
message(${${TARGET_NAME}_DEPENDENCY_QT_MODULES})
|
||||
|
||||
# find these Qt modules and link them to our own target
|
||||
find_package(Qt5 COMPONENTS ${${TARGET_NAME}_DEPENDENCY_QT_MODULES} REQUIRED)
|
||||
|
||||
|
|
Loading…
Reference in a new issue