summaryrefslogtreecommitdiffstats
path: root/Modules/FindRuby.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2005-04-07 18:27:01 (GMT)
committerBrad King <brad.king@kitware.com>2005-04-07 18:27:01 (GMT)
commit290ffc01b64d18e694a960f432ed198a8d4ab290 (patch)
tree7f634c97aa787e1cbced7037d94023740bc91aa1 /Modules/FindRuby.cmake
parent1c73f2f743f184f90c67ca4c715be67dd35f93d7 (diff)
downloadCMake-290ffc01b64d18e694a960f432ed198a8d4ab290.zip
CMake-290ffc01b64d18e694a960f432ed198a8d4ab290.tar.gz
CMake-290ffc01b64d18e694a960f432ed198a8d4ab290.tar.bz2
ENH: Removing extra 64-bit search paths. They are now constructed automatically from the paths listed.
Diffstat (limited to 'Modules/FindRuby.cmake')
-rw-r--r--Modules/FindRuby.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/FindRuby.cmake b/Modules/FindRuby.cmake
index fa5a2d1..dfc811a 100644
--- a/Modules/FindRuby.cmake
+++ b/Modules/FindRuby.cmake
@@ -12,7 +12,6 @@ SET(RUBY_POSSIBLE_INCLUDE_PATHS
)
SET(RUBY_POSSIBLE_LIB_PATHS
- /usr/lib64
/usr/lib
)