File tree 3 files changed +18
-0
lines changed
3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ therock_cmake_subproject_declare(hipBLASLt
58
58
amd-hip
59
59
BUILD_DEPS
60
60
hipBLAS-common
61
+ therock-msgpack-cxx
61
62
RUNTIME_DEPS
62
63
hip-clr
63
64
)
Original file line number Diff line number Diff line change 1
1
# No-dep third party libraries (alphabetical)
2
2
add_subdirectory (boost)
3
3
add_subdirectory (eigen)
4
+ add_subdirectory (msgpack-cxx)
4
5
add_subdirectory (nlohmann-json)
5
6
add_subdirectory (FunctionalPlus)
6
7
Original file line number Diff line number Diff line change
1
+ therock_subproject_fetch(therock-msgpack-cxx-sources
2
+ CMAKE_PROJECT
3
+ URL https://github.com/msgpack/msgpack-c/releases/download/cpp-7.0.0/msgpack-cxx-7.0.0.tar.gz
4
+ URL_HASH SHA256=7504b7af7e7b9002ce529d4f941e1b7fb1fb435768780ce7da4abaac79bb156f
5
+ )
6
+
7
+ therock_cmake_subproject_declare(therock-msgpack-cxx
8
+ BACKGROUND_BUILD
9
+ EXCLUDE_FROM_ALL
10
+ EXTERNAL_SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR} /source"
11
+ CMAKE_ARGS
12
+ -DMSGPACK_USE_BOOST=OFF
13
+ )
14
+ therock_cmake_subproject_provide_package(
15
+ therock-msgpack-cxx msgpack-cxx lib/cmake/msgpack-cxx)
16
+ therock_cmake_subproject_activate(therock-msgpack-cxx)
You can’t perform that action at this time.
0 commit comments