[Cmake-commits] [cmake-commits] king committed CMakeLists.txt 1.10 1.11

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Apr 14 15:27:29 EDT 2008


Update of /cvsroot/CMake/CMake/Tests/Framework
In directory public:/mounts/ram/cvs-serv15823/Tests/Framework

Modified Files:
	CMakeLists.txt 
Log Message:
BUG: A per-config target name postfix should be ignored for Mac bundle and framework names.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/Framework/CMakeLists.txt,v
retrieving revision 1.10
retrieving revision 1.11
diff -C 2 -d -r1.10 -r1.11
*** CMakeLists.txt	8 Apr 2008 04:06:47 -0000	1.10
--- CMakeLists.txt	14 Apr 2008 19:27:27 -0000	1.11
***************
*** 25,28 ****
--- 25,29 ----
    RESOURCE "test.lua"
    INSTALL_NAME_DIR "@executable_path/../../../Library/Frameworks"
+   DEBUG_POSTFIX -d
  )
  # fooBoth.h is listed as both public and private... (private wins...)



More information about the Cmake-commits mailing list