From d1d4c3180c330638230beb1ba28c387d870a18c1 Mon Sep 17 00:00:00 2001 From: Morgan Hardwood Date: Sat, 15 Jul 2017 23:44:33 +0200 Subject: [PATCH] Cosmetic fix rtgui/CMakeLists.txt --- rtgui/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtgui/CMakeLists.txt b/rtgui/CMakeLists.txt index 923500777..05afd9af5 100644 --- a/rtgui/CMakeLists.txt +++ b/rtgui/CMakeLists.txt @@ -226,7 +226,7 @@ add_dependencies(rth-cli UpdateInfo) # Set executables targets properties, i.e. output filename and compile flags # for "Debug" builds, open a console in all cases for Windows version if((WIN32) AND NOT(UPPER_CMAKE_BUILD_TYPE STREQUAL "DEBUG")) -set_target_properties(rth PROPERTIES LINK_FLAGS "-mwindows") + set_target_properties(rth PROPERTIES LINK_FLAGS "-mwindows") endif() set_target_properties(rth PROPERTIES COMPILE_FLAGS "${CMAKE_CXX_FLAGS}" OUTPUT_NAME rawtherapee) set_target_properties(rth-cli PROPERTIES COMPILE_FLAGS "${CMAKE_CXX_FLAGS}" OUTPUT_NAME rawtherapee-cli)