[Cmake-commits] [cmake-commits] king committed CMakeLists.txt 1.433 1.434

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Dec 8 11:44:30 EST 2009


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

Modified Files:
	CMakeLists.txt 
Log Message:
Clean up CMake build tree 'bin' directory

We re-arrange EXECUTABLE_OUTPUT_PATH settings to avoid putting utility
and test executables in the 'bin' directory of the build tree.  This
makes the directory look like that in the installation tree, except that
on multi-configuration generators we still use a per-config
subdirectory.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CMakeLists.txt,v
retrieving revision 1.433
retrieving revision 1.434
diff -C 2 -d -r1.433 -r1.434
*** CMakeLists.txt	8 Dec 2009 14:38:29 -0000	1.433
--- CMakeLists.txt	8 Dec 2009 16:44:28 -0000	1.434
***************
*** 19,22 ****
--- 19,24 ----
  ENDIF(HAVE_ELF_H)
  
+ SET(EXECUTABLE_OUTPUT_PATH ${CMake_BIN_DIR})
+ 
  # configure the .h file
  CONFIGURE_FILE(



More information about the Cmake-commits mailing list