Oops, left in some debug stuff...
authorManuel Nickschas <sputnick@quassel-irc.org>
Thu, 20 Mar 2014 21:25:10 +0000 (22:25 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 20 Mar 2014 21:45:20 +0000 (22:45 +0100)
cmake/QuasselMacros.cmake

index eb9dca6..3a6244f 100644 (file)
@@ -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.
 
 # 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})
     if ("${_link_type}" STREQUAL "LINK_PUBLIC" OR "${_link_type}" STREQUAL "LINK_PRIVATE")
         set(modules ${ARGN})
         set(link_type ${_link_type})