We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eb44eb commit 73c9f22Copy full SHA for 73c9f22
cmake/protobuf-host/CMakeLists.txt
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.0)
3
4
# Emulate HunterGate:
5
# * https://github.com/hunter-packages/gate
6
-include(${CMAKE_CURRENT_SOURCE_DIR}/../../../../gate/cmake/HunterGate.cmake)
+include(${CMAKE_CURRENT_LIST_DIR}/../HunterGate.cmake)
7
HunterGate(URL "${HUNTER_HOST_URL}" SHA1 "${HUNTER_HOST_SHA1}")
8
9
project(download-Protobuf-host)
0 commit comments