feat(CMake): enable optional C++20 support (#7075)

This commit is contained in:
Kargatum
2021-07-25 06:54:02 +07:00
committed by GitHub
parent 608e01d59c
commit 7f6e9b1984
3 changed files with 21 additions and 25 deletions

View File

@@ -158,4 +158,10 @@ if(BUILD_SHARED_LIBS)
WarnAboutSpacesInBuildPath()
endif()
if (USE_CPP_20)
message("")
message(" *** Enabled C++20 standart")
message(" *** Please note that this is an experimental feature!")
endif()
message("")