Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
0e9cb667ef49cb61b7d8ccfc187e11ec00f00920
/
.
/
Tests
/
RunCMake
/
FindRuby
/
System
/
FailExact.cmake
blob: 776894f67a7e3f84ed320a5488d8d084dfd36ed0 [
file
] [
log
] [
blame
]
# 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
)