[Cmake-commits] CMake branch, next, updated. v2.8.11.2-3075-ga5d5089

Stephen Kelly steveire at gmail.com
Sat Jul 13 11:25:46 EDT 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  a5d50896cd61beb87bd64ceee80c7764537780c2 (commit)
       via  b3248615ea9d81ab1eda2fb03c6ddda78cf613c6 (commit)
      from  40d8be2de813fdba9ba63b2a0d9d5893ad241722 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a5d50896cd61beb87bd64ceee80c7764537780c2
commit a5d50896cd61beb87bd64ceee80c7764537780c2
Merge: 40d8be2 b324861
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sat Jul 13 11:25:44 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sat Jul 13 11:25:44 2013 -0400

    Merge topic 'framework-interface-includes' into next
    
    b324861 Attempt to fix xcode build.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b3248615ea9d81ab1eda2fb03c6ddda78cf613c6
commit b3248615ea9d81ab1eda2fb03c6ddda78cf613c6
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sat Jul 13 17:25:03 2013 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Sat Jul 13 17:25:03 2013 +0200

    Attempt to fix xcode build.

diff --git a/Tests/ExportImport/Export/CMakeLists.txt b/Tests/ExportImport/Export/CMakeLists.txt
index 276760c..05a061b 100644
--- a/Tests/ExportImport/Export/CMakeLists.txt
+++ b/Tests/ExportImport/Export/CMakeLists.txt
@@ -282,6 +282,8 @@ install(
   )
 if (APPLE)
   file(COPY testLib4.h DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/testLib4.framework/Headers)
+  file(COPY testLib4.h DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/Debug/testLib4.framework/Headers)
+  file(COPY testLib4.h DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/Release/testLib4.framework/Headers)
   install(FILES testLib4.h DESTINATION Frameworks/testLib4.framework/Headers)
 endif()
 install(

-----------------------------------------------------------------------

Summary of changes:
 Tests/ExportImport/Export/CMakeLists.txt |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list