[Cmake-commits] [cmake-commits] king committed CMakeLists.txt 1.24 1.25

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


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

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/Tests/CMakeTests/CMakeLists.txt,v
retrieving revision 1.24
retrieving revision 1.25
diff -C 2 -d -r1.24 -r1.25
*** CMakeLists.txt	4 Dec 2009 19:50:37 -0000	1.24
--- CMakeLists.txt	8 Dec 2009 16:44:28 -0000	1.25
***************
*** 1,3 ****
! SET(CMAKE_EXECUTABLE "${EXECUTABLE_OUTPUT_PATH}/cmake")
  
  
--- 1,3 ----
! SET(CMAKE_EXECUTABLE "${CMake_BIN_DIR}/cmake")
  
  



More information about the Cmake-commits mailing list