[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdebindings/ruby
From:       Richard Dale <richard.j.dale () gmail ! com>
Date:       2010-08-09 20:36:08
Message-ID: 20100809203608.CB8D0AC7E8 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1161147 by rdale:

* Oops the major ruby version check for build krossruby should be for 1, not 9


 M  +1 -1      CMakeLists.txt  


--- trunk/KDE/kdebindings/ruby/CMakeLists.txt #1161146:1161147
@@ -81,7 +81,7 @@
         if(RubyCompiles)
             if(ENABLE_KROSSRUBY AND RUBY_VERSION_MAJOR = 9 AND RUBY_VERSION_MINOR < 9)
                 set(BUILD_KrossRuby TRUE)
-            endif(ENABLE_KROSSRUBY AND RUBY_VERSION_MAJOR = 9 AND RUBY_VERSION_MINOR < 9)
+            endif(ENABLE_KROSSRUBY AND RUBY_VERSION_MAJOR = 1 AND RUBY_VERSION_MINOR < 9)
         else(RubyCompiles)
             message(STATUS "Failed to compile a C++ program that embeds ruby.")
         endif(RubyCompiles)
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic