aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSergio Martins <smartins@kde.org>2017-06-11 19:00:04 +0100
committerSergio Martins <smartins@kde.org>2017-06-11 19:00:04 +0100
commit7237e60bf0dd4f4d3035f8ca72b6286e0883815f (patch)
tree07da49455c961171cb57cd86d21ae173c2a0dea4 /CMakeLists.txt
parent66e90a826a47785aaaa2fb13450c2c64f44f56ff (diff)
cmake: Remove debug message
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 43067d01..b502ee4e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -77,7 +77,6 @@ if(NOT APPLE)
endif()
if (MSVC)
- message("REMOVES ${CLANG_LIBS}" )
list(REMOVE_ITEM CLANG_LIBS "-lFrontend")
endif()