Skip to content

Commit

Permalink
ugh, MSYS is defined in all cases
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Feb 13, 2025
1 parent fd4c271 commit 6a7fdaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if(NOT CMAKE_CROSSCOMPILING)
message(FATAL_ERROR "broken")
endif()
else()
if(NOT MINGW OR NOT WIN32 OR MSYS OR CYGWIN)
if(NOT MINGW OR NOT WIN32 OR CYGWIN)
message(FATAL_ERROR "broken")
endif()
endif()
Expand Down

0 comments on commit 6a7fdaa

Please sign in to comment.