We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b44c094 commit 595bb3eCopy full SHA for 595bb3e
CMakeLists.txt
@@ -177,7 +177,7 @@ if (WIN32)
177
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /EHsc")
178
endif()
179
180
-if (CMAKE_SYSTEM_NAME MATCHES "CYGWIN")
+if (CYGWIN OR MINGW)
181
set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -Og -Wa,-mbig-obj")
182
183
if (CMAKE_BUILD_TYPE STREQUAL "")
addon/doxysearch/CMakeLists.txt
@@ -2,7 +2,7 @@ find_package(xapian REQUIRED)
2
find_package(ZLIB REQUIRED)
3
4
if (WIN32)
5
- set(WIN_EXTRA_LIBS uuid.lib rpcrt4.lib ws2_32.lib)
+ set(WIN_EXTRA_LIBS uuid rpcrt4 ws2_32)
6
7
8
include_directories(
0 commit comments