[Cmake-commits] [cmake-commits] king committed CMakeLists.txt 1.14 1.15

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Nov 30 17:22:25 EST 2009


Update of /cvsroot/CMake/CMake/Utilities/cmlibarchive
In directory public:/mounts/ram/cvs-serv10810/Utilities/cmlibarchive

Modified Files:
	CMakeLists.txt 
Log Message:
libarchive: Remove unused STDC_HEADERS try_run

This was the only try_run() in libarchive, and the result was not used
in the source code.  We remove it to allow cross-compiling to work.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Utilities/cmlibarchive/CMakeLists.txt,v
retrieving revision 1.14
retrieving revision 1.15
diff -C 2 -d -r1.14 -r1.15
*** CMakeLists.txt	23 Nov 2009 16:30:58 -0000	1.14
--- CMakeLists.txt	30 Nov 2009 22:22:23 -0000	1.15
***************
*** 63,67 ****
  INCLUDE(CheckFuncs)
  INCLUDE(CheckHeaderDirent)
- INCLUDE(CheckHeaderSTDC)
  INCLUDE(CheckIncludeFile)
  INCLUDE(CheckIncludeFiles)
--- 63,66 ----
***************
*** 208,212 ****
  # Check headers
  #
- CHECK_HEADER_STDC()
  CHECK_HEADER_DIRENT()
  
--- 207,210 ----



More information about the Cmake-commits mailing list