[Cmake-commits] [cmake-commits] king committed CMakeLists.txt 1.155 1.156

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Dec 8 11:27:24 EST 2009


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

Modified Files:
	CMakeLists.txt 
Log Message:
KWSys: Remove default exe output path

KWSys should not set variables outside its namespace.  It can honor the
EXECUTABLE_OUTPUT_PATH set by a host project, but tere is no need for it
to set a default in the host project cache.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/kwsys/CMakeLists.txt,v
retrieving revision 1.155
retrieving revision 1.156
diff -C 2 -d -r1.155 -r1.156
*** CMakeLists.txt	23 Nov 2009 20:31:29 -0000	1.155
--- CMakeLists.txt	8 Dec 2009 16:27:22 -0000	1.156
***************
*** 302,312 ****
  ENDIF(COMMAND INSTALL)
  
- # Work-around for CMake 1.6.7 bug in custom command dependencies when
- # there is no executable output path.
- IF(NOT EXECUTABLE_OUTPUT_PATH)
-   SET(EXECUTABLE_OUTPUT_PATH "${PROJECT_BINARY_DIR}" CACHE PATH
-       "Output directory for executables.")
- ENDIF(NOT EXECUTABLE_OUTPUT_PATH)
- 
  # Generated source files will need this header.
  STRING(COMPARE EQUAL "${PROJECT_SOURCE_DIR}" "${PROJECT_BINARY_DIR}"
--- 302,305 ----



More information about the Cmake-commits mailing list