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}