Undo unwanted changes

This commit is contained in:
Sebastian Messmer 2020-06-30 20:03:27 -07:00
parent 8af7b2a910
commit 81f4bf65ee
1 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# Taken from https://github.com/conan-io/cmake-conan/blob/v0.15/conan.cmake
# Changes:
# - Add a "Please install conan" sentence to the error message when conan wasn't found.
# The MIT License (MIT)
# Copyright (c) 2018 JFrog
@ -528,7 +532,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