[Cmake-commits] [cmake-commits] alex committed FindRuby.cmake 1.14 1.15
cmake-commits at cmake.org
cmake-commits at cmake.org
Wed Jan 27 16:46:02 EST 2010
Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv29357
Modified Files:
FindRuby.cmake
Log Message:
-remove unnecessary debug output
Alex
Index: FindRuby.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindRuby.cmake,v
retrieving revision 1.14
retrieving revision 1.15
diff -C 2 -d -r1.14 -r1.15
*** FindRuby.cmake 3 Jan 2010 19:21:17 -0000 1.14
--- FindRuby.cmake 27 Jan 2010 21:46:00 -0000 1.15
***************
*** 182,186 ****
# if ruby > 1.8 is required or if ruby > 1.8 was found, search for the config.h dir
IF( ${Ruby_FIND_VERSION_SHORT_NODOT} GREATER 18 OR ${_RUBY_VERSION_SHORT_NODOT} GREATER 18 OR RUBY_HDR_DIR)
- message(STATUS "lookign for config.h")
FIND_PATH(RUBY_CONFIG_INCLUDE_DIR
NAMES ruby/config.h config.h
--- 182,185 ----
More information about the Cmake-commits
mailing list