Skip to content

Commit 42b6fd8

Browse files
increment version, c++ to 17
paired with QP v7.3.x.
1 parent 22b447a commit 42b6fd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
cmake_minimum_required(VERSION 3.16)
2-
project(cpputest-for-qpcpp-lib VERSION 1.3.0)
2+
project(cpputest-for-qpcpp-lib VERSION 1.4.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)

0 commit comments

Comments
 (0)