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 and ThomasKroes committed Nov 26, 2024
1 parent f2dbd83 commit 06fd2c2
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 06fd2c2

Please sign in to comment.