Now use C++20

This commit is contained in:
Luca D'Amico 2024-08-19 15:58:33 +02:00
parent fb12309ea0
commit ca8ad8259b

View File

@ -84,7 +84,7 @@ else()
endif()
# Set C++ standard for the target
target_compile_features(${PROJECT_NAME} PUBLIC cxx_std_14)
target_compile_features(${PROJECT_NAME} PUBLIC cxx_std_20)
# Enable Qt's automatic features for the target
set_target_properties(${PROJECT_NAME} PROPERTIES