[cmake-commits] king committed CMakeLists.txt 1.23 1.24

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Oct 19 15:45:30 EDT 2006


Update of /cvsroot/CMake/CMake/Utilities/cmtar
In directory public:/mounts/ram/cvs-serv5650

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: Remove old include dirs.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Utilities/cmtar/CMakeLists.txt,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- CMakeLists.txt	19 Oct 2006 19:00:09 -0000	1.23
+++ CMakeLists.txt	19 Oct 2006 19:45:28 -0000	1.24
@@ -62,7 +62,6 @@
 
 
 INCLUDE_DIRECTORIES("${CMAKE_CURRENT_BINARY_DIR}")
-INCLUDE_DIRECTORIES(${CURL_SPECIAL_LIBZ_INCLUDES})
 
 #check for stdc headers
 CHECK_INCLUDE_FILES("stdlib.h;stdarg.h;string.h;float.h" STDC_HEADERS)



More information about the Cmake-commits mailing list