Skip to content

Commit 0ab861c

Browse files
committed
Remove custom version of FindRuby and use the standard CMake version.
1 parent 32d48a7 commit 0ab861c

File tree

3 files changed

+2
-177
lines changed

3 files changed

+2
-177
lines changed

cmake/FindRubyEx.cmake

Lines changed: 0 additions & 175 deletions
This file was deleted.

source/loaders/rb_loader/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ endif()
77
# External dependencies
88
#
99

10-
find_package(RubyEx)
10+
find_package(Ruby)
1111

1212
if(NOT RUBY_FOUND)
1313
message(STATUS "Ruby libraries not found")

source/ports/rb_port/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ endif()
77
# External dependencies
88
#
99

10-
find_package(RubyEx)
10+
find_package(Ruby)
1111

1212
if(NOT RUBY_FOUND)
1313
message(STATUS "Ruby libraries not found")

0 commit comments

Comments
 (0)