Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
de5fa2ae53c75eccff75df9df7be84e2d8f51397
/
.
/
Tests
/
FindRuby
/
Fail
/
CMakeLists.txt
blob: 9185ba5bdf1ca39cae86a82d1bee6b7d5cb818df [
file
]
cmake_minimum_required(VERSION 3.17)
project(TestRubyFail LANGUAGES NONE)
# Should always fail since there is NO ruby 50.1.0 yet.
find_package(Ruby 50.1.0 REQUIRED)