cmake/Tests/RunCMake/FindRuby/System/FailExact.cmake
2026-01-21 12:06:58 -05:00

3 lines
117 B
CMake

# 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)