Skip to content

Commit

Permalink
fix: CMake control flow
Browse files Browse the repository at this point in the history
  • Loading branch information
acgetchell committed Nov 2, 2024
1 parent af536c8 commit 5f506a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ elseif(CMAKE_CXX_COMPILER_ID MATCHES "Clang")
message(FATAL_ERROR "AppleClang 14.0 or higher required for C++23 support")
elseif (NOT APPLE AND CMAKE_CXX_COMPILER_VERSION VERSION_LESS "16.0")
message(FATAL_ERROR "Clang 16.0 or higher required for C++23 support")
endif()
endif()

# Set NOMINMAX to avoid min/max macro errors on Windows in date.h
Expand Down

0 comments on commit 5f506a8

Please sign in to comment.