Skip to content
This repository was archived by the owner on Jun 25, 2020. It is now read-only.

Commit 966dd57

Browse files
author
voigtm
authored
removed -mwindows
1 parent ce9e168 commit 966dd57

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ pkg_check_modules(LIBGIT2 libgit2 REQUIRED)
5959

6060
if(MSYS)
6161
set(global_libraries winpthread)
62-
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -mwindows")
6362
endif()
6463
set(global_libraries ${global_libraries}
6564
${GTKMM_LIBRARIES}

0 commit comments

Comments
 (0)