From 68177a1fdc9b4b69fb266e7af110734b87fa74aa Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Sat, 18 Jan 2014 11:56:49 +0100 Subject: [PATCH] Vestige: remove additional compile flag The git logs do not indicate why we need to set _FORTIFY_SOURCE, therefore remove it in order to fix a compiler warning. --- plugins/vestige/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/vestige/CMakeLists.txt b/plugins/vestige/CMakeLists.txt index 79006428a..2e459c36d 100644 --- a/plugins/vestige/CMakeLists.txt +++ b/plugins/vestige/CMakeLists.txt @@ -6,7 +6,6 @@ LINK_DIRECTORIES(${CMAKE_CURRENT_BINARY_DIR}/../vst_base) LINK_LIBRARIES(vstbase) BUILD_PLUGIN(vestige vestige.cpp vestige.h MOCFILES vestige.h EMBEDDED_RESOURCES ${CMAKE_CURRENT_SOURCE_DIR}/*.png) -SET_TARGET_PROPERTIES(vestige PROPERTIES COMPILE_FLAGS "-D_FORTIFY_SOURCE=0") ENDIF(LMMS_SUPPORT_VST)