Browse Source

removed -mwindows

merge-requests/365/head
voigtm 9 years ago committed by GitHub
parent
commit
966dd57e6d
  1. 1
      CMakeLists.txt

1
CMakeLists.txt

@ -59,7 +59,6 @@ pkg_check_modules(LIBGIT2 libgit2 REQUIRED)
if(MSYS) if(MSYS)
set(global_libraries winpthread) set(global_libraries winpthread)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -mwindows")
endif() endif()
set(global_libraries ${global_libraries} set(global_libraries ${global_libraries}
${GTKMM_LIBRARIES} ${GTKMM_LIBRARIES}

Loading…
Cancel
Save