Skip to content

Commit

Permalink
Fix protobuf-host location
Browse files Browse the repository at this point in the history
  • Loading branch information
rbsheth committed Feb 23, 2022
1 parent 7eb44eb commit 73c9f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/protobuf-host/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.0)

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

project(download-Protobuf-host)
Expand Down

0 comments on commit 73c9f22

Please sign in to comment.