We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77c2a4a commit 09ec121Copy full SHA for 09ec121
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 72202038a1835633118d8a8c1ae0d2c71bac6be9 #8.1.2
+ GIT_TAG 1ed166adafcc7aca20ff6967f0dab89295c5c2d0 #8.1.2
17
SOURCE_DIR ${CMS_QPCPP_TOP_DIR}
18
)
19
message("Fetching QP/C++ git repository")
0 commit comments