Skip to content

Commit

Permalink
Update CMakeLists.txt (#721)
Browse files Browse the repository at this point in the history
  • Loading branch information
alxvth authored Nov 19, 2024
1 parent 7cca6c2 commit a62c6e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ManiVault/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)

if (NOT (MSVC AND MSVC_VERSION LESS_EQUAL 1929))
if (NOT (CMAKE_CXX_COMPILER_ID STREQUAL "MSVC" AND MSVC_VERSION LESS 1930))
set(CMAKE_C_STANDARD 17)
set(CMAKE_C_STANDARD_REQUIRED ON)
set(CMAKE_C_EXTENSIONS OFF)
Expand Down

0 comments on commit a62c6e6

Please sign in to comment.