Skip to content

Commit 69f52ea

Browse files
update default target to QPCPP 8.1.2
1 parent 3e3dad1 commit 69f52ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if(NOT DEFINED CMS_QPCPP_TOP_DIR)
1313
set(CMS_QPCPP_TOP_DIR ${CMS_EXTERNALS_TOP_DIR}/qpcpp)
1414
FetchContent_Declare(qpcpp
1515
GIT_REPOSITORY https://github.com/QuantumLeaps/qpcpp.git
16-
GIT_TAG fa83cb0dc85c25b40075a1685fd8a148b89b9b3a #8.0.4
16+
GIT_TAG 72202038a1835633118d8a8c1ae0d2c71bac6be9 #8.1.2
1717
SOURCE_DIR ${CMS_QPCPP_TOP_DIR}
1818
)
1919
message("Fetching QP/C++ git repository")

0 commit comments

Comments
 (0)