Commit a7ed8200 authored by Mark Meredith's avatar Mark Meredith
Browse files

Update CMakeLists.txt

parent 097bae4d
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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 <https://github.com/vector-of-bool/pmm>")
  message(WARNING "Did not find conan in PATH. Will try download it with PMM <https://github.com/vector-of-bool/pmm>")
  message(WARNING "Recommend installing Conan with 'pip install conan' <https://conan.io/downloads.html> for faster builds")
  include(pmm.cmake)
  pmm(CONAN)
  conan_basic_setup()