mirror of
https://github.com/Luca1991/NDSFactory.git
synced 2026-02-04 05:36:15 +01:00
Now use C++20
This commit is contained in:
@@ -84,7 +84,7 @@ else()
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Set C++ standard for the target
|
# 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
|
# Enable Qt's automatic features for the target
|
||||||
set_target_properties(${PROJECT_NAME} PROPERTIES
|
set_target_properties(${PROJECT_NAME} PROPERTIES
|
||||||
|
|||||||
Reference in New Issue
Block a user