mirror of
https://github.com/Luca1991/NDSFactory.git
synced 2025-07-08 13:10:13 +02:00
Now use C++20
This commit is contained in:
parent
fb12309ea0
commit
ca8ad8259b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user