File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ version too: See https://youtu.be/hr1qkNH1wSA.
52
52
53
53
# Environment
54
54
55
- This project was developed and proven in Ubuntu 20.04 and 22 .04. In theory any
55
+ This project was developed and proven in Ubuntu, now 24 .04. In theory any
56
56
build or host operating system environment supported by CppUTest will
57
57
be compatible with this code.
58
58
@@ -65,8 +65,8 @@ be compatible with this code.
65
65
Define the cmake variable CMS_QPCPP_TOP_DIR before including the internal CMakeLists.txt.
66
66
* or:
67
67
* Do not define CMS_QPCPP_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)
69
- * This project requires support for C++14 .
68
+ * CppUTest (version 4.0, may still work with 3.8, but no longer being confirmed)
69
+ * This project requires support for C++17 .
70
70
71
71
## Continuous Integration
72
72
You can’t perform that action at this time.
0 commit comments