diff --git a/CMakeLists.txt b/CMakeLists.txt index 68c402b1ec7d0cf41e85801355547330f42e6f73..228e93c71654c3f5965cf18a197acfa08d9a292e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,8 @@ if(CONAN_FOUND) conan_cmake_run(CONANFILE conanfile.txt BASIC_SETUP CMAKE_TARGETS) else() - message(WARNING "conan not found in PATH. Going to try download it with PMM ") + message(WARNING "Did not find conan in PATH. Will try download it with PMM ") + message(WARNING "Recommend installing Conan with 'pip install conan' for faster builds") include(pmm.cmake) pmm(CONAN) conan_basic_setup()