Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
CMake: Bump up MSVC version.
Browse files Browse the repository at this point in the history
  • Loading branch information
AriDEV3 committed Feb 27, 2024
1 parent c58ef61 commit 06bc958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/compiler/msvc/settings.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)

include(CheckCXXCompilerFlag)

set(MSVC_EXPECTED_VERSION 19.30.30423.0)
set(MSVC_EXPECTED_VERSION 19.39.33520.0)
if(CMAKE_CXX_COMPILER_VERSION VERSION_LESS MSVC_EXPECTED_VERSION)
message(FATAL_ERROR "MSVC: SkyFire requires version ${MSVC_EXPECTED_VERSION} (MSVC 2022) to build but found ${CMAKE_CXX_COMPILER_VERSION}")
endif()
Expand Down

0 comments on commit 06bc958

Please sign in to comment.