Skip to content

Commit

Permalink
Update HunterGate
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslo committed Aug 15, 2018
1 parent 588cea2 commit c4ae9c8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/examples/cmake/HunterGate.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,11 @@ function(hunter_gate_download dir)
)

if(NOT download_result EQUAL 0)
hunter_gate_internal_error("Configure project failed")
hunter_gate_internal_error(
"Configure project failed."
"To reproduce the error run: ${CMAKE_COMMAND} -H${dir} -B${build_dir} -G${CMAKE_GENERATOR} ${toolchain_arg} ${make_arg}"
"In directory ${dir}"
)
endif()

hunter_gate_status_print(
Expand Down

0 comments on commit c4ae9c8

Please sign in to comment.