[cmake-developers] CMAKE_AUTOMOC, system include dirs and target include directories

2013-03-17 Thread Stephen Kelly
Hi there, I applied my patch to kdelibs to use the INTERFACE_INCLUDE_DIRECTORIES of targets and remove include_directories() calls. This resulted in a failure when moc'ing for dfaure: http://thread.gmane.org/gmane.comp.kde.devel.buildsystem/7778/focus=7779 In his system, he has Qt 4 headers

Re: [cmake-developers] CMAKE_AUTOMOC, system include dirs and target include directories

2013-03-17 Thread Stephen Kelly
Stephen Kelly wrote: find_package(Qt5Test) Something like this is also needed to reproduce without patching Qt: # Temporary until upstream does this: foreach(_component Core Test) if (TARGET Qt5::${_component}) set_property(TARGET Qt5::${_component} APPEND PROPERTY

Re: [cmake-developers] CMAKE_AUTOMOC, system include dirs and target include directories

2013-03-17 Thread Stephen Kelly
Stephen Kelly wrote: The bug can be reproduced with this cpp file: #include QtTest/QTest // Make CMAKE_AUTOMOC run on this file. class MyObject : public QObject { Q_OBJECT explicit MyObject(QObject *parent = 0) { QSKIP(The QSKIP macro has two args in Qt4 and one in Qt5.); } };

Re: [cmake-developers] [CMake] please review: fix UseJava.cmake to support dependent jars

2013-03-17 Thread Nicolas Desprès
On Sun, Mar 17, 2013 at 10:49 AM, Nicolas Desprès nicolas.desp...@gmail.com wrote: On Thu, Mar 14, 2013 at 3:57 PM, Brad King brad.k...@kitware.com wrote: On 03/14/2013 10:47 AM, Matthew Woehlke wrote: This is now pushed to stage/fix-java-jar-depends. If someone knowledgeable could have a

Re: [CMake] please review: fix UseJava.cmake to support dependent jars

2013-03-17 Thread Nicolas Desprès
On Thu, Mar 14, 2013 at 3:57 PM, Brad King brad.k...@kitware.com wrote: On 03/14/2013 10:47 AM, Matthew Woehlke wrote: This is now pushed to stage/fix-java-jar-depends. If someone knowledgeable could have a look, that would be much appreciated. Andreas, Nicholas? Sorry for the delayed

[CMake] Updated code in header file ignored?

2013-03-17 Thread Nick Overdijk
Howdy, I have a header file, vertices.hpp with some not-inline function-definitions (yes really defs not decls), and a project, beamer. Sometimes when I change vertices.hpp, the changes don't reflect in the binary. I was wondering why this is, so I grepped a bit in my build-dir:

Re: [CMake] please review: fix UseJava.cmake to support dependent jars

2013-03-17 Thread Nicolas Desprès
On Sun, Mar 17, 2013 at 10:49 AM, Nicolas Desprès nicolas.desp...@gmail.com wrote: On Thu, Mar 14, 2013 at 3:57 PM, Brad King brad.k...@kitware.com wrote: On 03/14/2013 10:47 AM, Matthew Woehlke wrote: This is now pushed to stage/fix-java-jar-depends. If someone knowledgeable could have a

Re: [CMake] Toolchain file: Texas Instrument C6000 Code Generation Tools

2013-03-17 Thread Alexander Neundorf
On Friday 15 March 2013, Florian Reinhard wrote: I'm testing the next branch at the moment. Changes i noticed: setting the following options is no longer required (yay!): SET (CMAKE_C_COMPILER_WORKS 1) SET (CMAKE_CXX_COMPILER_WORKS 1) #skip ABI checks SET (CMAKE_DETERMINE_C_ABI_COMPILED

[Cmake-commits] CMake branch, master, updated. v2.8.10.2-886-gef63fa5

2013-03-17 Thread Kitware Robot
Stamp diff --git a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake index 97026ed..963927b 100644 --- a/Source/CMakeVersion.cmake +++ b/Source/CMakeVersion.cmake @@ -2,5 +2,5 @@ set(CMake_VERSION_MAJOR 2) set(CMake_VERSION_MINOR 8) set(CMake_VERSION_PATCH 10) -set(CMake_VERSION_TWEAK 20130317