Skip to content

Commit

Permalink
Don't setup MSVC Runtime on MinGW
Browse files Browse the repository at this point in the history
  • Loading branch information
MehdiChinoune authored and akallabeth committed May 4, 2024
1 parent 9118551 commit d219ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/MSVCRuntime.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
if (WIN32)
if (MSVC)
if (CMAKE_VERSION VERSION_LESS 3.15.0)
message(FATAL_ERROR "windows builds require CMake >= 3.15")
endif()
Expand Down

0 comments on commit d219ed7

Please sign in to comment.