Skip to content

Commit

Permalink
Merge pull request #259 from smessmer/patch-2
Browse files Browse the repository at this point in the history
Make error message more actionable
  • Loading branch information
czoido authored Jul 10, 2020
2 parents 47e7f98 + 2850820 commit c29f002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conan.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ macro(conan_check)

find_program(CONAN_CMD conan)
if(NOT CONAN_CMD AND CONAN_REQUIRED)
message(FATAL_ERROR "Conan executable not found!")
message(FATAL_ERROR "Conan executable not found! Please install conan.")
endif()
message(STATUS "Conan: Found program ${CONAN_CMD}")
execute_process(COMMAND ${CONAN_CMD} --version
Expand Down

0 comments on commit c29f002

Please sign in to comment.