From 9ad7ae5524a94bcc9102a1c0aebdee974c13b9aa Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 15 Jul 2019 15:05:05 +0100 Subject: [PATCH] Cuietened down the reporting of failure to find fontconfig --- src/osgText/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osgText/CMakeLists.txt b/src/osgText/CMakeLists.txt index b974179ae..062f5555e 100644 --- a/src/osgText/CMakeLists.txt +++ b/src/osgText/CMakeLists.txt @@ -1,4 +1,4 @@ -find_package(Fontconfig MODULE) +find_package(Fontconfig MODULE QUIET) IF(DYNAMIC_OPENSCENEGRAPH) ADD_DEFINITIONS(-DOSGTEXT_LIBRARY)