Skip to content

Commit 73c9f22

Browse files
committed
Fix protobuf-host location
1 parent 7eb44eb commit 73c9f22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/protobuf-host/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.0)
33

44
# Emulate HunterGate:
55
# * https://github.com/hunter-packages/gate
6-
include(${CMAKE_CURRENT_SOURCE_DIR}/../../../../gate/cmake/HunterGate.cmake)
6+
include(${CMAKE_CURRENT_LIST_DIR}/../HunterGate.cmake)
77
HunterGate(URL "${HUNTER_HOST_URL}" SHA1 "${HUNTER_HOST_SHA1}")
88

99
project(download-Protobuf-host)

0 commit comments

Comments
 (0)