From 87c18fbbc532fd7e92eeec209a3ff559757548eb Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 6 Feb 2020 01:16:55 +1100 Subject: CMake: remove non-standard package search paths Reduce the number of possible locations used to find libraries, to simplify troubleshooting. Only keep '*_ROOT_DIR' and the path used by 'install_deps.sh'. --- build_files/cmake/Modules/FindPugiXML.cmake | 3 --- 1 file changed, 3 deletions(-) (limited to 'build_files/cmake/Modules/FindPugiXML.cmake') diff --git a/build_files/cmake/Modules/FindPugiXML.cmake b/build_files/cmake/Modules/FindPugiXML.cmake index 629069c9032..73d7b9ef92c 100644 --- a/build_files/cmake/Modules/FindPugiXML.cmake +++ b/build_files/cmake/Modules/FindPugiXML.cmake @@ -29,9 +29,6 @@ ENDIF() SET(_pugixml_SEARCH_DIRS ${PUGIXML_ROOT_DIR} - /usr/local - /sw # Fink - /opt/local # DarwinPorts /opt/lib/oiio ) -- cgit v1.2.3