Skip to content

Commit

Permalink
clean comment
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipDeegan committed May 3, 2024
1 parent f194e4d commit 6bc6069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/cmake/dep/highfive.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if(HighFive)
set (HIGHFIVE_SRC ${CMAKE_CURRENT_SOURCE_DIR}/subprojects/highfive)

if (NOT EXISTS ${HIGHFIVE_SRC})
execute_process( # master API breaks us
execute_process(
COMMAND ${Git} clone https://github.com/BlueBrain/HighFive ${HIGHFIVE_SRC} -b master --depth 1
)

Expand Down

0 comments on commit 6bc6069

Please sign in to comment.