Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
refs/heads/master
/
.
/
Tests
/
RunCMake
/
FindRuby
/
System
/
FailExact.cmake
blob: 776894f67a7e3f84ed320a5488d8d084dfd36ed0 [
file
] [
log
] [
blame
] [
edit
]
# Should always fail since there is NO ruby 1.9.9 (goes from 1.9.3 to 2.0.0)
find_package
(
Ruby
1.9
.
9
EXACT REQUIRED
)