Set formatting to how the v0.15 tag of cmake-conan is actually formatted

This commit is contained in:
Sebastian Messmer 2020-06-30 20:00:43 -07:00
parent 6f94834c90
commit 8af7b2a910

View File

@ -1,7 +1,3 @@
# 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
@ -532,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! Please install conan.")
message(FATAL_ERROR "Conan executable not found!")
endif()
message(STATUS "Conan: Found program ${CONAN_CMD}")
execute_process(COMMAND ${CONAN_CMD} --version