Skip to content

Commit

Permalink
Specify a version when support for C++17 will be removed
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Nov 5, 2024
1 parent 5174e02 commit 9214983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ if(NOT CMAKE_CXX_STANDARD MATCHES "17|20")
endif()

if(CMAKE_CXX_STANDARD EQUAL 17)
message(WARNING "C++17 is deprecated and support for it will be removed in the future. Please use at least C++20.")
message(WARNING "C++17 is deprecated and support for it will be removed in v01-03. Please use at least C++20.")
endif()

# Prevent CMake falls back to the latest standard the compiler does support
Expand Down

0 comments on commit 9214983

Please sign in to comment.