[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.20 1.21

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Sep 15 17:53:30 EDT 2008


Update of /cvsroot/CMake/CMake/Utilities/cmcurl
In directory public:/mounts/ram/cvs-serv30779/Utilities/cmcurl

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: add initial support for HAIKU OS from bug# 7425


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Utilities/cmcurl/CMakeLists.txt,v
retrieving revision 1.20
retrieving revision 1.21
diff -C 2 -d -r1.20 -r1.21
*** CMakeLists.txt	17 Jul 2008 19:19:25 -0000	1.20
--- CMakeLists.txt	15 Sep 2008 21:53:28 -0000	1.21
***************
*** 166,169 ****
--- 166,171 ----
  ENDIF(BEOS)
  
+ CHECK_LIBRARY_EXISTS_CONCAT("network" recv HAVE_LIBNETWORK)
+ 
  IF(NOT NOT_NEED_LIBNSL)
    CHECK_LIBRARY_EXISTS_CONCAT("nsl"    gethostbyname  HAVE_LIBNSL)



More information about the Cmake-commits mailing list