Skip to content

Commit b976e33

Browse files
Update CMakeLists.txt
Co-authored-by: kirkrodrigues <[email protected]>
1 parent d119d12 commit b976e33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ project(YSTDLIB_CPP LANGUAGES CXX)
44

55
set(YSTDLIB_CPP_VERSION "0.0.1" CACHE STRING "Project version.")
66

7-
# Force minimum compiler versions to support full C++20 features
7+
# Require compiler versions that support the necessary C++20 features
88
if("AppleClang" STREQUAL "${CMAKE_CXX_COMPILER_ID}")
99
set(CMAKE_CXX_COMPILER_MIN_VERSION "16")
1010
elseif("Clang" STREQUAL "${CMAKE_CXX_COMPILER_ID}")

0 commit comments

Comments
 (0)