cmake: Fix remaining C++20 property
This commit is contained in:
@@ -114,7 +114,7 @@ target_include_directories(${PROJECT_NAME} INTERFACE
|
||||
|
||||
# Compile options
|
||||
set_target_properties(${PROJECT_NAME} PROPERTIES
|
||||
CXX_STANDARD 20
|
||||
CXX_STANDARD 17
|
||||
CXX_STANDARD_REQUIRED ON
|
||||
CXX_EXTENSIONS OFF
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user