mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 05:38:24 -05:00
b00d736a0b
Issue: #20370
6 lines
166 B
CMake
6 lines
166 B
CMake
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)
|