Skip to content
This repository has been archived by the owner on Feb 25, 2021. It is now read-only.

Commit

Permalink
Merge branch 'update'
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslo committed Jan 2, 2014
2 parents 9b179e1 + 9256982 commit 3a1b891
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions HunterGate.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

cmake_minimum_required(VERSION 2.8.10)

set(HUNTER_MINIMUM_VERSION "0.1.1")
set(HUNTER_MINIMUM_VERSION_HASH af44699105195ff9076e4308ef0ae67a6f77ef41)
set(HUNTER_MINIMUM_VERSION "0.1.2")
set(HUNTER_MINIMUM_VERSION_HASH b540acf9647261ee85ed84af5b552f38ec844191)

# Set HUNTER_ROOT cmake variable to suitable value.
# Info about variable can be found in HUNTER_ROOT_INFO.
Expand Down Expand Up @@ -274,7 +274,7 @@ if(HUNTER_VERSION VERSION_LESS HUNTER_MINIMUM_VERSION)
if(NOT _hunter_output EQUAL 0)
execute_process(
COMMAND
${CMAKE_CTEST_COMMAND}
"${CMAKE_CTEST_COMMAND}"
-S
"${HUNTER_ROOT}/Source/scripts/sleep.cmake"
)
Expand Down

0 comments on commit 3a1b891

Please sign in to comment.