12 lines
438 B
Diff
12 lines
438 B
Diff
--- a/build/cmake/functions.cmake
|
|
+++ b/build/cmake/functions.cmake
|
|
@@ -14,7 +14,7 @@
|
|
|
|
# Use the MSVC/makefile naming convention, or the configure naming convention,
|
|
# this is the same check as used in FindwxWidgets.
|
|
-if(WIN32 AND NOT CYGWIN AND NOT MSYS AND NOT CMAKE_CROSSCOMPILING)
|
|
+if(WIN32 AND NOT CYGWIN AND NOT MSYS AND NOT MINGW AND NOT CMAKE_CROSSCOMPILING)
|
|
set(WIN32_MSVC_NAMING 1)
|
|
else()
|
|
set(WIN32_MSVC_NAMING 0)
|