[cmake-commits] hoffman committed bootstrap 1.94 1.95

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Dec 5 08:47:09 EST 2006


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

Modified Files:
	bootstrap 
Log Message:
ENH: fix bootstrap for mac


Index: bootstrap
===================================================================
RCS file: /cvsroot/CMake/CMake/bootstrap,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
--- bootstrap	4 Dec 2006 22:26:07 -0000	1.94
+++ bootstrap	5 Dec 2006 13:47:06 -0000	1.95
@@ -548,19 +548,16 @@
 # If exist compiler flags, set them
 cmake_c_flags=${CFLAGS}
 cmake_cxx_flags=${CXXFLAGS}
+cmake_ld_flags=${LDFLAGS}
 
 # Add Carbon framework on Darwin
 if ${cmake_system_darwin}; then
   cmake_ld_flags="${LDFLAGS} -framework Carbon"  
-else
-  cmake_ld_flags=${LDFLAGS}
 fi
 
 # Add BeOS toolkits...
 if ${cmake_system_beos}; then
   cmake_ld_flags="${LDFLAGS} -lroot -lbe"
-else
-  cmake_ld_flags=${LDFLAGS}
 fi
 
 # Test C compiler



More information about the Cmake-commits mailing list