From: Manuel Nickschas Date: Thu, 20 Mar 2014 21:25:10 +0000 (+0100) Subject: Oops, left in some debug stuff... X-Git-Tag: 0.11.0~99 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=cd1a1f138ec3a0b1ade92e35e62d43913eb055d1 Oops, left in some debug stuff... --- diff --git a/cmake/QuasselMacros.cmake b/cmake/QuasselMacros.cmake index eb9dca6d..3a6244f7 100644 --- a/cmake/QuasselMacros.cmake +++ b/cmake/QuasselMacros.cmake @@ -14,8 +14,7 @@ # CMake gained this function in 2.8.10. To be able to use older versions, we've copied # this here. If present, the function from CMake will take precedence and our copy will be ignored. -function(quassel_qt4_use_modules _target _link_type) - message("SPUT calling") +function(qt4_use_modules _target _link_type) if ("${_link_type}" STREQUAL "LINK_PUBLIC" OR "${_link_type}" STREQUAL "LINK_PRIVATE") set(modules ${ARGN}) set(link_type ${_link_type})