Skip to content
This repository was archived by the owner on Apr 24, 2022. It is now read-only.

Commit d3763e2

Browse files
committedMay 24, 2018
Stick to boost 1.66
Due to linker problems #1137 #1144
1 parent d38f6c9 commit d3763e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎cmake/Hunter/config.cmake

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
hunter_config(CURL VERSION ${HUNTER_CURL_VERSION} CMAKE_ARGS HTTP_ONLY=ON CMAKE_USE_OPENSSL=OFF CMAKE_USE_LIBSSH2=OFF CURL_CA_PATH=none)
2-
hunter_config(libjson-rpc-cpp VERSION ${HUNTER_libjson-rpc-cpp_VERSION} CMAKE_ARGS TCP_SOCKET_SERVER=ON)
2+
hunter_config(libjson-rpc-cpp VERSION ${HUNTER_libjson-rpc-cpp_VERSION} CMAKE_ARGS TCP_SOCKET_SERVER=ON)
3+
hunter_config(Boost VERSION 1.66.0)

0 commit comments

Comments
 (0)
This repository has been archived.