X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/359e5f78deb09f53d88e0055e97ded73fef5486d..8838d77194db9264fdec177b93194cc9e8c1b7e2:/buildtools/Cmake/Modules/FindRubySimgrid.cmake diff --git a/buildtools/Cmake/Modules/FindRubySimgrid.cmake b/buildtools/Cmake/Modules/FindRubySimgrid.cmake index 1277febc20..65a728afe3 100644 --- a/buildtools/Cmake/Modules/FindRubySimgrid.cmake +++ b/buildtools/Cmake/Modules/FindRubySimgrid.cmake @@ -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