forked from lthn/blockchain
Update cmake/GetConan.cmake
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
119f4cb1eb
commit
ad0a24f62d
1 changed files with 2 additions and 2 deletions
|
|
@ -96,7 +96,7 @@ if(NOT EXISTS "${CONAN_EXECUTABLE}")
|
|||
# Clean up the archive
|
||||
file(REMOVE "${CONAN_ARCHIVE}")
|
||||
|
||||
message(STATUS "Conan installed successfully in ${CONAN_INSTALL_DIR}/conan")
|
||||
message(STATUS "Conan installed successfully at ${CONAN_EXECUTABLE}")
|
||||
else()
|
||||
message(STATUS "Conan already installed in ${CONAN_INSTALL_DIR}/conan")
|
||||
message(STATUS "Conan already installed at ${CONAN_EXECUTABLE}")
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue