summaryrefslogtreecommitdiffstats
path: root/Modules/FindRuby.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2005-04-07 17:46:02 (GMT)
committerBrad King <brad.king@kitware.com>2005-04-07 17:46:02 (GMT)
commit76f905002617dd534df04f1c1c0842d59f50f531 (patch)
treeddfb26a19fe535d2e17e22bd8fe8ca0c084e6b92 /Modules/FindRuby.cmake
parentfadff337910f1c6faf5a2e36afe54b6ea1aee0e8 (diff)
downloadCMake-76f905002617dd534df04f1c1c0842d59f50f531.zip
CMake-76f905002617dd534df04f1c1c0842d59f50f531.tar.gz
CMake-76f905002617dd534df04f1c1c0842d59f50f531.tar.bz2
ENH: Adding support for 64-bit library paths. Contributed by Peter Vanroose.
Diffstat (limited to 'Modules/FindRuby.cmake')
-rw-r--r--Modules/FindRuby.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/FindRuby.cmake b/Modules/FindRuby.cmake
index dfc811a..fa5a2d1 100644
--- a/Modules/FindRuby.cmake
+++ b/Modules/FindRuby.cmake
@@ -12,6 +12,7 @@ SET(RUBY_POSSIBLE_INCLUDE_PATHS
)
SET(RUBY_POSSIBLE_LIB_PATHS
+ /usr/lib64
/usr/lib
)