We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e3dad1 commit 69f52eaCopy full SHA for 69f52ea
1 file changed
CMakeLists.txt
@@ -13,7 +13,7 @@ if(NOT DEFINED CMS_QPCPP_TOP_DIR)
13
set(CMS_QPCPP_TOP_DIR ${CMS_EXTERNALS_TOP_DIR}/qpcpp)
14
FetchContent_Declare(qpcpp
15
GIT_REPOSITORY https://github.com/QuantumLeaps/qpcpp.git
16
- GIT_TAG fa83cb0dc85c25b40075a1685fd8a148b89b9b3a #8.0.4
+ GIT_TAG 72202038a1835633118d8a8c1ae0d2c71bac6be9 #8.1.2
17
SOURCE_DIR ${CMS_QPCPP_TOP_DIR}
18
)
19
message("Fetching QP/C++ git repository")
0 commit comments