Skip to content

Commit 71375fd

Browse files
committed
Fix typo
1 parent b66745d commit 71375fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/env.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ if(CMAKE_CXX_COMPILER_ID STREQUAL "MSVC" OR CMAKE_CXX_SIMULATE_ID STREQUAL "MSVC
7979
# An issue with visual studio 2019 with fetch project and same settings, so check early
8080
check_cxx_compiler_flag(/std:c++20 HAVE_FLAG_STD_CXX20)
8181
# Visual Studio 2019 will have clang-12, but cmake do not know how to set the standard for that.
82-
if(CMAKE_CXX_COMPILER_ID MATCHES Clang AND CMAKE_CXX_COMPILER_VERSION VERSION_LESS 18.0)
82+
if(CMAKE_CXX_COMPILER_ID MATCHES Clang AND CMAKE_CXX_COMPILER_VERSION VERSION_LESS 19.0)
8383
set(HAVE_FLAG_STD_CXX23 OFF)
8484
endif()
8585
else()

0 commit comments

Comments
 (0)