projects
/
libgav1.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b549e0
)
Use C++14
author
Boyuan Yang
<byang@debian.org>
Tue, 28 Nov 2023 04:08:49 +0000
(23:08 -0500)
committer
Sebastian Ramacher
<sramacher@debian.org>
Sun, 29 Dec 2024 12:58:32 +0000
(13:58 +0100)
Gbp-Pq: Name 0003-Use-C-14.patch
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index e9bb9b0c9b9f3ebe7d3b82b8d30078fb098953f2..abc3b4182160aebca7fc80f55e41e61a5a5dc66e 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-16,7
+16,7
@@
cmake_minimum_required(VERSION 3.7.1 FATAL_ERROR)
# libgav1 requires C++11.
-set(CMAKE_CXX_STANDARD 1
1
)
+set(CMAKE_CXX_STANDARD 1
4
)
set(ABSL_CXX_STANDARD 11)
# libgav1 requires C99.
set(CMAKE_C_STANDARD 99)