summaryrefslogtreecommitdiff
path: root/Modules/FindLua51.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/FindLua51.cmake')
-rw-r--r--Modules/FindLua51.cmake6
1 files changed, 0 insertions, 6 deletions
diff --git a/Modules/FindLua51.cmake b/Modules/FindLua51.cmake
index 31eaf87bba..1c9029bdf7 100644
--- a/Modules/FindLua51.cmake
+++ b/Modules/FindLua51.cmake
@@ -41,9 +41,6 @@ find_path(LUA_INCLUDE_DIR lua.h
PATHS
~/Library/Frameworks
/Library/Frameworks
- /sw # Fink
- /opt/local # DarwinPorts
- /opt/csw # Blastwave
/opt
)
@@ -55,9 +52,6 @@ find_library(LUA_LIBRARY
PATHS
~/Library/Frameworks
/Library/Frameworks
- /sw
- /opt/local
- /opt/csw
/opt
)