Skip to content

Commit 0083a1e

Browse files
update c++ to 17, misc readme updates
1 parent 99a5af5 commit 0083a1e

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.16)
22
project(cpputest-for-qpcpp-examples)
33

4-
set(CMAKE_CXX_STANDARD 14)
4+
set(CMAKE_CXX_STANDARD 17)
55
set(CMAKE_C_STANDARD 11)
66

77
add_compile_options(-Wall -Wextra -Werror)

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@ For more details, please see https://github.com/covemountainsoftware/cpputest-fo
2020

2121
# Environment
2222

23-
This project was developed and proven in Ubuntu 20.04 and 22.04. In theory any
24-
build or host operating system environment supported by CppUTest will
25-
be compatible with this code.
23+
In theory any build or host operating system environment supported by CppUTest will
24+
be compatible with this code. Developed primarily in Ubuntu, now at 24.04.
2625

2726
## Prerequisites
2827
* CMake and associated build tools were used to develop
@@ -32,8 +31,8 @@ be compatible with this code.
3231
* After cloning this repository, do not forget to:
3332
* `git submodule init`
3433
* `git submodule update`
35-
* CppUTest (version 3.8-7 or version 4.0) (3.8 is the default in Ubuntu 20.04 while 4.0 is the default in Ubuntu 22.04)
36-
* This project requires support for C++14 and C11.
34+
* CppUTest (version 4.0) (may support older versions, but no longer confirmed.)
35+
* This project requires support for C++17 and C11.
3736

3837
## Continuous Integration
3938

0 commit comments

Comments
 (0)