[Cmake-commits] CMake branch, next, updated. v2.8.3-843-gf46dc00

Alexander Neundorf neundorf at kde.org
Mon Dec 13 15:57:08 EST 2010


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  f46dc00171ad00593105e0eff0b7ac29220d3064 (commit)
       via  27ee50a7d81b4d5b975b5015897f88bbd6318118 (commit)
      from  324cd27ad25bb9eab45c252d76e411390d4f0f14 (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=f46dc00171ad00593105e0eff0b7ac29220d3064
commit f46dc00171ad00593105e0eff0b7ac29220d3064
Merge: 324cd27 27ee50a
Author:     Alexander Neundorf <neundorf at kde.org>
AuthorDate: Mon Dec 13 15:57:05 2010 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Dec 13 15:57:05 2010 -0500

    Merge topic 'ParallelEclipseMakefiles2' into next
    
    27ee50a Add ECLIPSE_CDT4_GENERATE_SOURCE_PROJECT as a ADVANCED cache variable (#9631)


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=27ee50a7d81b4d5b975b5015897f88bbd6318118
commit 27ee50a7d81b4d5b975b5015897f88bbd6318118
Author:     Alex Neundorf <neundorf at kde.org>
AuthorDate: Mon Dec 13 21:53:11 2010 +0100
Commit:     Alex Neundorf <neundorf at kde.org>
CommitDate: Mon Dec 13 21:53:11 2010 +0100

    Add ECLIPSE_CDT4_GENERATE_SOURCE_PROJECT as a ADVANCED cache variable (#9631)
    
    This variable has been supported since 2.6 I think, having it in the cache
    makes it easier to use (see bug report #9631)
    
    Alex

diff --git a/Modules/CMakeFindEclipseCDT4.cmake b/Modules/CMakeFindEclipseCDT4.cmake
index b2a0299..fbcdc98 100644
--- a/Modules/CMakeFindEclipseCDT4.cmake
+++ b/Modules/CMakeFindEclipseCDT4.cmake
@@ -20,6 +20,10 @@ FIND_PROGRAM(CMAKE_ECLIPSE_EXECUTABLE NAMES eclipse DOC "The Eclipse executable"
 # This variable is used by the Eclipse generator and appended to the make invocation commands.
 SET(CMAKE_ECLIPSE_MAKE_ARGUMENTS "" CACHE STRING "Additional command line arguments when Eclipse invokes make. Enter e.g. -j<some_number> to get parallel builds")
 
+# This variable is used by the Eclipse generator in out-of-source builds only.
+SET(ECLIPSE_CDT4_GENERATE_SOURCE_PROJECT FALSE CACHE BOOL "If enabled, CMake will generate a source project for Eclipse in CMAKE_SOURCE_DIR")
+MARK_AS_ADVANCED(ECLIPSE_CDT4_GENERATE_SOURCE_PROJECT)
+
 # The Eclipse generator needs to know the standard include path
 # so that Eclipse ca find the headers at runtime and parsing etc. works better
 # This is done here by actually running gcc with the options so it prints its

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

Summary of changes:
 Modules/CMakeFindEclipseCDT4.cmake |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list