X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=cmake%2FQuasselMacros.cmake;h=3a6244f78e92de157b9780ac3d8885c978d864af;hp=eb9dca6d7b218bf063eee5b5e03b92951cd7f85a;hb=cd1a1f138ec3a0b1ade92e35e62d43913eb055d1;hpb=5b43f2776fa53bfe15a5b3b4398dfe3e931d5802 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})