[Cmake-commits] [cmake-commits] king committed CMakeLists.txt 1.397 1.398

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Mar 28 13:22:45 EDT 2008


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv26098/Source

Modified Files:
	CMakeLists.txt 
Log Message:
COMP: Add missing module for CHECK_INCLUDE_FILE macro.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CMakeLists.txt,v
retrieving revision 1.397
retrieving revision 1.398
diff -C 2 -d -r1.397 -r1.398
*** CMakeLists.txt	1 Mar 2008 20:20:35 -0000	1.397
--- CMakeLists.txt	28 Mar 2008 17:22:43 -0000	1.398
***************
*** 1,2 ****
--- 1,3 ----
+ INCLUDE(CheckIncludeFile)
  # Check if we can build support for ELF parsing.
  CHECK_INCLUDE_FILE("elf.h" HAVE_ELF_H)



More information about the Cmake-commits mailing list