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/FindOpenEXR.cmake | 3 --- 1 file changed, 3 deletions(-) (limited to 'build_files/cmake/Modules/FindOpenEXR.cmake') diff --git a/build_files/cmake/Modules/FindOpenEXR.cmake b/build_files/cmake/Modules/FindOpenEXR.cmake index fa02d3f3f28..2038726863f 100644 --- a/build_files/cmake/Modules/FindOpenEXR.cmake +++ b/build_files/cmake/Modules/FindOpenEXR.cmake @@ -47,9 +47,6 @@ SET(_openexr_FIND_COMPONENTS SET(_openexr_SEARCH_DIRS ${OPENEXR_ROOT_DIR} - /usr/local - /sw # Fink - /opt/local # DarwinPorts /opt/lib/openexr ) -- cgit v1.2.3