File: fix_ftbfs_with_gtest.patch

package info (click to toggle)
workflow 0.11.10-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,756 kB
  • sloc: cpp: 33,792; ansic: 9,393; makefile: 9; sh: 6
file content (15 lines) | stat: -rw-r--r-- 261 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Fix FTBFS with gtest
Author: Lance Lin <lq27267@gmail.com>
Date: 15 Sep 2025

--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -20,7 +20,7 @@
 
 enable_testing()
 
-set(CXX_STD "c++14")
+set(CXX_STD "c++17")
 
 find_package(GTest REQUIRED)