Skip to content

Commit 2e298c9

Browse files
c++17, readme updates
1 parent e10fded commit 2e298c9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.16)
22
project(cpputest-for-qpc-lib VERSION 1.3.0)
33
include(FetchContent)
44

5-
set(CMAKE_CXX_STANDARD 14)
5+
set(CMAKE_CXX_STANDARD 17)
66
set(CMAKE_C_STANDARD 11)
77

88
add_compile_options(-Wall -Wextra -Werror)

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ See https://youtu.be/hr1qkNH1wSA.
5252

5353
# Environment
5454

55-
This project was developed and proven in Ubuntu 20.04 and 22.04. In theory any
56-
build or host operating system environment supported by CppUTest will
55+
This project was developed and proven in Ubuntu, currently targeting 24.04.
56+
In theory any build or host operating system environment supported by CppUTest will
5757
be compatible with this code.
5858

5959
## Prerequisites
@@ -65,7 +65,7 @@ be compatible with this code.
6565
Define the cmake variable CMS_QPC_TOP_DIR before including the internal CMakeLists.txt.
6666
* or:
6767
* Do not define CMS_QPC_TOP_DIR, and the internal cmake will fetch the appropriate QP/C repo.
68-
* 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)
68+
* CppUTest (version 4.0)
6969
* This project requires support for C++14 and C11.
7070

7171
## Continuous Integration

0 commit comments

Comments
 (0)