diff --git a/cmake-utils/conan.cmake b/cmake-utils/conan.cmake index e0a72bf1..a03ca221 100644 --- a/cmake-utils/conan.cmake +++ b/cmake-utils/conan.cmake @@ -1,6 +1,6 @@ # Taken from https://github.com/conan-io/cmake-conan/blob/v0.15/conan.cmake # Changes: -# - Add a "Please install conan" sentence to the error message when conan wasn't found. +# - https://github.com/conan-io/cmake-conan/pull/259: Add a "Please install conan" sentence to the error message when conan wasn't found. # The MIT License (MIT)