Skip to content

Commit

Permalink
issue #9269 Not able to compile with MSYS2/mingw (file too big)
Browse files Browse the repository at this point in the history
Corrected name WINDOWS -> Windows
  • Loading branch information
albert-github committed Apr 12, 2022
1 parent 55f11db commit 897b75f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -96,7 +96,7 @@ if (CMAKE_SYSTEM_NAME MATCHES "CYGWIN")
endif()
endif()

if (CMAKE_SYSTEM_NAME MATCHES "WINDOWS")
if (CMAKE_SYSTEM_NAME MATCHES "Windows")
if ((CMAKE_GENERATOR MATCHES "MinGW Makefiles") OR
(CMAKE_GENERATOR MATCHES "MSYS Makefiles") OR
(CMAKE_GENERATOR MATCHES "Unix Makefiles"))
Expand Down

0 comments on commit 897b75f

Please sign in to comment.