From c82e1ff022062067ac0454b1c4d653d527a47376 Mon Sep 17 00:00:00 2001 From: kervala Date: Wed, 16 Dec 2015 08:00:06 +0100 Subject: [PATCH] Changed: Disable useless message --- code/CMakeModules/PCHSupport.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/code/CMakeModules/PCHSupport.cmake b/code/CMakeModules/PCHSupport.cmake index 45353d924..cf7735095 100644 --- a/code/CMakeModules/PCHSupport.cmake +++ b/code/CMakeModules/PCHSupport.cmake @@ -46,7 +46,6 @@ MACRO(PCH_SET_COMPILE_FLAGS _target) LIST(APPEND _FLAGS " ${CMAKE_SHARED_LIBRARY_CXX_FLAGS}") ELSE() GET_TARGET_PROPERTY(_pic ${_target} POSITION_INDEPENDENT_CODE) - MESSAGE(STATUS "Target ${_target} is using PIE") IF(_pic) SET(_USE_PIE ON) ENDIF()