1
0
Fork 0
forked from lthn/blockchain

Update cmake/GetConan.cmake

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Snider 2025-10-06 19:45:35 +01:00 committed by GitHub
parent 119f4cb1eb
commit ad0a24f62d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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()