From: mquinson Date: Tue, 18 Jan 2011 10:27:13 +0000 (+0000) Subject: cosmetics X-Git-Tag: v3.6_beta2~502 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/b880a837535ef519b9764936da2900b4b2a17e18?ds=sidebyside cosmetics git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9426 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- 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