File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.16)
22project (cpputest-for-qpc-lib VERSION 1.3.0)
33include (FetchContent)
44
5- set (CMAKE_CXX_STANDARD 14 )
5+ set (CMAKE_CXX_STANDARD 17 )
66set (CMAKE_C_STANDARD 11)
77
88add_compile_options (-Wall -Wextra -Werror)
Original file line number Diff line number Diff 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
5757be 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
You can’t perform that action at this time.
0 commit comments