From cd1a1f138ec3a0b1ade92e35e62d43913eb055d1 Mon Sep 17 00:00:00 2001 From: Manuel Nickschas Date: Thu, 20 Mar 2014 22:25:10 +0100 Subject: [PATCH] Oops, left in some debug stuff... --- cmake/QuasselMacros.cmake | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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}) -- 2.20.1