From 966dd57e6d52f31d2fba31976428ea520a27f6df Mon Sep 17 00:00:00 2001 From: voigtm Date: Sun, 9 Apr 2017 00:13:25 +0200 Subject: [PATCH] removed -mwindows --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 091ecb7..ca02bbc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -59,7 +59,6 @@ pkg_check_modules(LIBGIT2 libgit2 REQUIRED) if(MSYS) set(global_libraries winpthread) - set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -mwindows") endif() set(global_libraries ${global_libraries} ${GTKMM_LIBRARIES}