File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ cmake_minimum_required(VERSION 3.22)
6
6
# dehancer-common-cpp:0.14.0
7
7
# base64cpp:1.2.0
8
8
# ed25519cpp:1.4.0
9
- # dehancer-xmp-cpp:0.10 .0
10
- # dehancer-maths-cpp:0.8 .0
9
+ # dehancer-xmp-cpp:0.11 .0
10
+ # dehancer-maths-cpp:0.9 .0
11
11
# dehancer-opencl-helper:0.5.0
12
12
#
13
13
@@ -16,9 +16,9 @@ set(GIT_TAG_dehancer_maths_cpp "develop")
16
16
set (GIT_TAG_dehancer_opencl_helper "develop" )
17
17
18
18
if (NOT DEHANCER_DEBUG )
19
- set (GIT_TAG_dehancer_xmp_cpp "master " )
20
- set (GIT_TAG_dehancer_maths_cpp "master " )
21
- set (GIT_TAG_dehancer_opencl_helper "master " )
19
+ set (GIT_TAG_dehancer_xmp_cpp "0.11.0 " )
20
+ set (GIT_TAG_dehancer_maths_cpp "0.9.0 " )
21
+ set (GIT_TAG_dehancer_opencl_helper "0.5.0 " )
22
22
endif ()
23
23
24
24
file (TO_CMAKE_PATH "${CMAKE_INSTALL_PREFIX} " CMAKE_INSTALL_PREFIX )
You can’t perform that action at this time.
0 commit comments