From 9deca117f566860458caa1bb9aac8357f9266814 Mon Sep 17 00:00:00 2001 From: Sebastian Messmer Date: Tue, 30 Jun 2020 20:05:29 -0700 Subject: [PATCH] Mention PR --- cmake-utils/conan.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)