Loading CMakeLists.txt +2 −1 Original line number Diff line number Diff line Loading @@ -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() Loading Loading
CMakeLists.txt +2 −1 Original line number Diff line number Diff line Loading @@ -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() Loading