Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
When execute command line : --cfg=value against --cfg value.
[simgrid.git] / buildtools / Cmake / Modules / FindRubySimgrid.cmake
index 1277febc209dcb1909bcb83a77647c458420a4fe..65a728afe37f4d5e6fbe8095ea6356b921155663 100644 (file)
@@ -42,7 +42,7 @@ if(RUBY_LIBRARY)
                ADD_DEFINITIONS("-I${CMAKE_HOME_DIRECTORY}/src/bindings/ruby -I${CMAKE_HOME_DIRECTORY}/src/simix")
                SET(HAVE_RUBY 1)
        else(RUBY_VERSION_MAJOR MATCHES "1" AND RUBY_VERSION_MINOR MATCHES "9")
-               message(STATUS "Warning : Ruby binding need version 1.9.x actually version ${RUBY_VERSION_MAJOR}.${RUBY_VERSION_MINOR}.x")
+               message(STATUS "Warning: Ruby bindings need version 1.9.x, but found version ${RUBY_VERSION_MAJOR}.${RUBY_VERSION_MINOR}.x")
                SET(HAVE_RUBY 0)
        endif(RUBY_VERSION_MAJOR MATCHES "1" AND RUBY_VERSION_MINOR MATCHES "9")
 else(RUBY_LIBRARY)
@@ -50,5 +50,5 @@ else(RUBY_LIBRARY)
 endif(RUBY_LIBRARY)
 
 if(NOT RUBY_EXECUTABLE)
-       message(STATUS "Warning : you don't have ruby executable so you can compile and build examples but can't execute them!!!") 
+       message(STATUS "Warning: you are missing the ruby executable, so you can compile and build examples but can't execute them!")
 endif(NOT RUBY_EXECUTABLE)
\ No newline at end of file