Re: [cmake-developers] Possible issue with UseQt4.cmake

2013-12-10 Thread clinton
- Original Message - I noticed today that the UseQt4 module appends a lot of different data to the COMPILE_DEFINITIONS property via add_definitions but appends only one item to various COMPILE_DEFINITIONS_CONFIG properties. Is this a bug in the UseQt4 module? I don't think that is

[cmake-developers] [CMake 0014642]: CMAKE does not find the 64 bit versions of wxWidgets on Windows

2013-12-10 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=14642 == Reported By:philrosenberg Assigned To:

Re: [cmake-developers] Possible issue with UseQt4.cmake

2013-12-10 Thread Stephen Kelly
clin...@elemtech.com wrote: These situations is why I like the target usage requirements, which could make UseQt4.cmake, or perhaps any Use*.cmake obsolete. http://community.kde.org/Frameworks/Epics/CMake_target_usage_requirements I've just pushed a branch fixing a minor issue in

Re: [cmake-developers] documenting a CMake 'use' file

2013-12-10 Thread Matthew Woehlke
On 2013-11-22 15:49, Brad King wrote: On 11/22/2013 03:24 PM, Matthew Woehlke wrote: In particular, I am wondering if it is possible, and if so, what recommendations there are if any, to document functions 'doxygen style', i.e. the documentation immediately preceding the function definitions,

Re: [cmake-developers] documenting a CMake 'use' file

2013-12-10 Thread Matthew Woehlke
On 2013-11-22 15:49, Brad King wrote: On 11/22/2013 03:24 PM, Matthew Woehlke wrote: In particular, I am wondering if it is possible, and if so, what recommendations there are if any, to document functions 'doxygen style', i.e. the documentation immediately preceding the function definitions,

[cmake-developers] [CMake 0014643]: ctest_update() problem with locked svn directory

2013-12-10 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://cmake.org/Bug/view.php?id=14643 == Reported By:Clinton Stimpson Assigned To:

Re: [cmake-developers] FindBacktrace.cmake is slightly too chatty

2013-12-10 Thread Vadim Zhukov
2013/12/6 Rolf Eike Beer e...@sf-mail.de: Hi, I noticed that the message backtrace facility detected in default set of libraries appears every time CMake is run, and not just when the library is searched for, which is not what the modules usually do. Can this be changed? It took a bit more

Re: [CMake] How to find/run external host executables when using cross compiling

2013-12-10 Thread Eric Noulard
2013/12/10 Eric Wing ewmail...@gmail.com: On 12/4/13, Eric Wing ewmail...@gmail.com wrote: I'm currently trying to port a rather large, complex project to Android. It has an existing CMake project so I'm trying to leverage that. I've taken and enhanced one of the Android-CMake toolchains I've

[CMake] Contents of link.txt differ between Solaris 8 and Linux

2013-12-10 Thread Tom Kacvinsky
Hi, I am using cmake 2.8.11.2 on Solaris 8 and Ubuntu 12.04.2 LTS, built from source using the GCC tool chain. I noted that the link.txt for one of our binaries on Solaris 8 are: /home/tjk/gnatpro-7.1.2/bin/gnatmake -aI/home/Users/tjk/vector/build/cmake/SunOS/.common-enums

Re: [CMake] How to find/run external host executables when using cross compiling

2013-12-10 Thread Williams, Norman K
This is a case for using the ExternalProject module! You have a top level 'SuperBuild' whose job it is to find all the prerequisites for the actual project build. Then it configures and builds it. This means that the tricky configuration is handled by CMake, instead of working it out yourself

Re: [CMake] Windows XP + CMake + VS2013

2013-12-10 Thread Stefan Fendt
Hi Andrey, You should add CMake command option /|-T vc120_xp |/ Many thanks! with best regards, Stefan -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake

[CMake] How to prevent .lib file to be installed?

2013-12-10 Thread Totte Karlsson
Hi, I'm creating a 'plugin' DLL and want to prevent the associated .lib file to be installed (cause its not being used). My Install code looks like this now: install (TARGETS ${target} DESTINATION plugins COMPONENT plugins ) and it installs both a .DLL and a .lib file. Any simple fix? tk

Re: [CMake] How to prevent .lib file to be installed?

2013-12-10 Thread Rolf Eike Beer
Am Dienstag, 10. Dezember 2013, 13:07:07 schrieb Totte Karlsson: Hi, I'm creating a 'plugin' DLL and want to prevent the associated .lib file to be installed (cause its not being used). My Install code looks like this now: install (TARGETS ${target} DESTINATION plugins COMPONENT plugins

Re: [CMake] How to prevent .lib file to be installed?

2013-12-10 Thread Totte Karlsson
Great, worked perfect! Thanks, Tk On 12/10/2013 1:23 PM, Rolf Eike Beer wrote: Am Dienstag, 10. Dezember 2013, 13:07:07 schrieb Totte Karlsson: Hi, I'm creating a 'plugin' DLL and want to prevent the associated .lib file to be installed (cause its not being used). My Install code looks like

[Cmake-commits] CMake branch, next, updated. v2.8.12.1-6143-g1eea30f

2013-12-10 Thread Stephen Kelly
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 1eea30f266edfa503676a0697d4f37508760c43d (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.12.1-6145-g48aa072

2013-12-10 Thread Stephen Kelly
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 48aa0728067ab0a10c22e4ac44936f5eb7d9a80d (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.12.1-6149-g8d32f93

2013-12-10 Thread Alexander Neundorf
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 8d32f9302671f3ff0378998154c6c5ec800f33d1 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.12.1-6151-g8de2b07

2013-12-10 Thread Stephen Kelly
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 8de2b07c14c1e1a6d7fea6473be4c31b67f9088f (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.12.1-906-g62b9045

2013-12-10 Thread Kitware Robot
Stamp diff --git a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake index ec3aadd..e4c4862 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 12) -set(CMake_VERSION_TWEAK 20131210