Skip to content

Commit

Permalink
Remove custom version of FindRuby and use the standard CMake version.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Dec 14, 2019
1 parent 32d48a7 commit 0ab861c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 177 deletions.
175 changes: 0 additions & 175 deletions cmake/FindRubyEx.cmake

This file was deleted.

2 changes: 1 addition & 1 deletion source/loaders/rb_loader/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ endif()
# External dependencies
#

find_package(RubyEx)
find_package(Ruby)

if(NOT RUBY_FOUND)
message(STATUS "Ruby libraries not found")
Expand Down
2 changes: 1 addition & 1 deletion source/ports/rb_port/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ endif()
# External dependencies
#

find_package(RubyEx)
find_package(Ruby)

if(NOT RUBY_FOUND)
message(STATUS "Ruby libraries not found")
Expand Down

0 comments on commit 0ab861c

Please sign in to comment.