mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 04:46:28 -04:00
11 lines
247 B
Text
11 lines
247 B
Text
--- CMakeLists.txt.orig 2021-05-29 00:43:16 UTC
|
|
+++ CMakeLists.txt
|
|
@@ -210,7 +210,7 @@ function(set_target_common_gns_properties TGT)
|
|
endif()
|
|
|
|
set_target_properties(${TGT} PROPERTIES
|
|
- CXX_STANDARD 11
|
|
+ CXX_STANDARD 17
|
|
)
|
|
endfunction()
|
|
|