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  de83ca6e51c191db2e6231f85c0cfbe18ddc0e65 (commit)
       via  af443b830b550454cf9bdd21a49183eb6e4ba22e (commit)
      from  61ef369265fbbad328db05c9efb82591ff35dd7a (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=de83ca6e51c191db2e6231f85c0cfbe18ddc0e65
commit de83ca6e51c191db2e6231f85c0cfbe18ddc0e65
Merge: 61ef369 af443b8
Author:     Stephen Kelly <steve...@gmail.com>
AuthorDate: Wed Aug 10 15:04:40 2011 -0400
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Wed Aug 10 15:04:40 2011 -0400

    Merge topic 'generate_export_header' into next
    
    af443b8 Set the CMAKE_RUNTIME_OUTPUT_DIRECTORY for windows builds.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=af443b830b550454cf9bdd21a49183eb6e4ba22e
commit af443b830b550454cf9bdd21a49183eb6e4ba22e
Author:     Stephen Kelly <steve...@gmail.com>
AuthorDate: Wed Aug 10 21:01:42 2011 +0200
Commit:     Stephen Kelly <steve...@gmail.com>
CommitDate: Wed Aug 10 21:01:42 2011 +0200

    Set the CMAKE_RUNTIME_OUTPUT_DIRECTORY for windows builds.

diff --git a/Tests/Module/GenerateExportHeader/CMakeLists.txt 
b/Tests/Module/GenerateExportHeader/CMakeLists.txt
index 6374087..0cc67a9 100644
--- a/Tests/Module/GenerateExportHeader/CMakeLists.txt
+++ b/Tests/Module/GenerateExportHeader/CMakeLists.txt
@@ -40,6 +40,8 @@ macro(_do_build Include Library LibrarySource Source)
 
     "set(CMAKE_INCLUDE_CURRENT_DIR ON)\n"
 
+    "set(CMAKE_RUNTIME_OUTPUT_DIRECTORY \${CMAKE_CURRENT_BINARY_DIR})\n"
+
     "include(GenerateExportHeader)\n"
 
     "add_compiler_export_flags()\n"
@@ -111,6 +113,8 @@ if (MSVC)
   add_definitions(-DCOMPILER_IS_MSVC)
 endif()
 
+set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})
+
 set(link_libraries)
 macro(macro_add_test_library name)
   add_subdirectory(${name})

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

Summary of changes:
 Tests/Module/GenerateExportHeader/CMakeLists.txt |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits

Reply via email to