From 17b85b0dfd18be3511d862a36e23f6ecfda87feb Mon Sep 17 00:00:00 2001 From: Drew Risinger Date: Mon, 10 Aug 2020 18:14:42 -0400 Subject: [PATCH] releasenotes: add USE_CONAN CMake flag --- .../notes/cmake-optional-conan-bc99a895fc4345e1.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 releasenotes/notes/cmake-optional-conan-bc99a895fc4345e1.yaml diff --git a/releasenotes/notes/cmake-optional-conan-bc99a895fc4345e1.yaml b/releasenotes/notes/cmake-optional-conan-bc99a895fc4345e1.yaml new file mode 100644 index 0000000000..3827364ba2 --- /dev/null +++ b/releasenotes/notes/cmake-optional-conan-bc99a895fc4345e1.yaml @@ -0,0 +1,6 @@ +--- +features: + - | + Add the CMake flag ``USE_CONAN`` (default=``ON``). When installing from source, + setting this to ``OFF`` allows bypassing the Conan package manager to find libraries + that are already installed on your system.