From f9fcb25d521d11b425e1071a95ed342d9ddbef97 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Tue, 15 Sep 2020 16:00:15 +0200 Subject: CMake: clean up setting of platform specific linker flags Set flags directly on the target, and use common function for all cases. This refactoring helps with the next commit for test executables. Ref D8714 --- CMakeLists.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index c9a020ebbc3..a2e6e557a62 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -840,11 +840,10 @@ set(CXX_WARNINGS) set(C_REMOVE_STRICT_FLAGS) set(CXX_REMOVE_STRICT_FLAGS) -# libraries to link the binary with passed to target_link_libraries() -# known as LLIBS to scons +# Libraries to link to targets in setup_platform_linker_libs set(PLATFORM_LINKLIBS "") -# Added to linker flags in setup_liblinks +# Added to target linker flags in setup_platform_linker_flags # - CMAKE_EXE_LINKER_FLAGS # - CMAKE_EXE_LINKER_FLAGS_DEBUG set(PLATFORM_LINKFLAGS "") -- cgit v1.2.3