mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-17 07:28:38 +00:00
Signed-off-by: heeplr <32984777+heeplr@users.noreply.github.com> Closes: https://bugs.gentoo.org/942678 Part-of: https://github.com/gentoo/gentoo/pull/43631 Closes: https://github.com/gentoo/gentoo/pull/43631 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
13 lines
212 B
Diff
13 lines
212 B
Diff
Don't focre c11
|
|
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -4,7 +4,7 @@
|
|
|
|
project(libtransport)
|
|
|
|
-set(CMAKE_CXX_STANDARD 11)
|
|
+set(CMAKE_CXX_STANDARD 17)
|
|
if(WIN32)
|
|
set(CMAKE_CXX_STANDARD 17)
|
|
endif(WIN32)
|