From c2dbefab17c0d60ed6c02c29d584acda55147d01 Mon Sep 17 00:00:00 2001 From: Jon Siwek Date: Wed, 19 Jan 2011 14:54:59 -0600 Subject: [PATCH] binpac: MacPorts & Fink paths now prepended to default search prefixes --- tools/binpac/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/binpac/CMakeLists.txt b/tools/binpac/CMakeLists.txt index cc255c9a01..09cc538e5e 100644 --- a/tools/binpac/CMakeLists.txt +++ b/tools/binpac/CMakeLists.txt @@ -53,6 +53,7 @@ endif () ######################################################################## ## Dependency Configuration +include(MacDependencyPaths) include(FindRequiredPackage) FindRequiredPackage(FLEX)