[cmake-developers] [PATCH] Add wxWidgets Version 3.0.1 and 3.0.2

2014-11-26 Thread Christopher Gittner
Hi, this patch adds Versions 3.0.1 and 3.0.2 to the FindwxWidgets Module Best regards Christopher Gittner From 6ff0c10486fe94b6a53040d7e175d5b5a1015c7f Mon Sep 17 00:00:00 2001 From: Christopher Gittner christop...@gittner.org Date: Wed, 26 Nov 2014 10:22:56 +0100 Subject: [PATCH] Add

[cmake-developers] Patch for FindIconv support

2014-11-26 Thread Steven Oliver
Hello everyone, This is my first post to this mailing list. So don't rail me too hard if my patch is way off base. The patch is attached. I actually wrote it quite a while ago but never got around to submitting it. Please take a good look at it and let me know what issues you see with it. Thank

Re: [cmake-developers] [PATCH] Add wxWidgets Version 3.0.1 and 3.0.2

2014-11-26 Thread Brad King
On 11/26/2014 4:47 AM, Christopher Gittner wrote: this patch adds Versions 3.0.1 and 3.0.2 to the FindwxWidgets Module Applied: FindwxWidgets: Add versions 3.0.1 and 3.0.2 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=75dee2f2 Thanks, -Brad -- Powered by www.kitware.com Please keep

Re: [cmake-developers] Patch for FindIconv support

2014-11-26 Thread Brad King
On 11/26/2014 9:39 AM, Steven Oliver wrote: The patch is attached. I actually wrote it quite a while ago but never got around to submitting it. Please take a good look at it and let me know what issues you see with it. Thanks for working on this! Here are some comments: * Please read the

[cmake-developers] [CMake 0015266]: GET_PROPERTY and SET_PROPERTY need update for installed file properties

2014-11-26 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=15266 == Reported By:David Golub Assigned To:

[cmake-developers] Fix man page description for ctest -j

2014-11-26 Thread Christopher Dembia
From a9915ea0b446fd71ac8ff48676b5494d341a9258 Mon Sep 17 00:00:00 2001 From: Christopher Dembia cl...@cornell.edu Date: Wed, 26 Nov 2014 20:28:39 -0800 Subject: [PATCH] Fix man page description for ctest -j. --- Help/manual/ctest.1.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[cmake-developers] Support for IAR msp430 compiler needed

2014-11-26 Thread Petteri Lapinlampi
Hi, I'm trying to use CMake (v3.0.2) in a project utilizing the IAR msp430 compiler (icc430.exe). Apparently CMake does not support this compiler yet. Are there plans to add support for this compiler or any workarounds? --Petteri -- Powered by www.kitware.com Please keep messages on-topic and

Re: [CMake] Creating a library from subdirectories

2014-11-26 Thread Mueller-Roemer, Johannes Sebastian
In the example on that site an OBJECT library is created (the output consists of multiple .obj files), you used STATIC libraries instead (which each output a single .lib) -- Johannes S. Mueller-Roemer, MSc Wiss. Mitarbeiter - Interactive Engineering Technologies (IET) Fraunhofer-Institut für

Re: [CMake] Creating a library from subdirectories

2014-11-26 Thread Mueller-Roemer, Johannes Sebastian
Sorry overread the last point in your mail. I don’t believe there is a way to avoid this directly. What you seem to want is what Xcode calls a prelinked library (http://cocoadev.com/SingleObjectPrelink) . CMake does not have such an option as far as I know -- Johannes S. Mueller-Roemer, MSc

[CMake] out-of-tree buildable libraries and find_package

2014-11-26 Thread Mueller-Roemer, Johannes Sebastian
I have a project which uses a number of libraries, a bit like this: CMakeLists.txt - add_subdirectories, add_executable Lib1 - add_library Lib2 - add_library, links to/uses Lib1 As the libraries are individually useful I'd like to keep them individually buildable (i.e., out-of-tree). Obviously,

Re: [CMake] Creating a library from subdirectories

2014-11-26 Thread Chris Johnson
I know that one cannot link static libraries together; they're just archives of objects, really. But since CMake abstracts the actual construction of the library, it could conceivably know how to do the right thing and collect all the needed objects recursively, as it appears to do for

Re: [CMake] Creating a library from subdirectories

2014-11-26 Thread Mueller-Roemer, Johannes Sebastian
No, the quoted text is absolutely correct. If you were to do add_executable(exec ${srcs}) target_link_libraries(exec big) A and B would be linked in automatically, as CMake tracks the link dependencies, just as the quote states. This does not mean that libbig.a contains libA.a and libB.a, only

Re: [CMake] Creating a library from subdirectories

2014-11-26 Thread J Decker
So a) add_library( OBJECT) you could add a custom target and rename big to big_part add_custom_target( big ) add_custom_command( TARGET big OUTPUT bigl.a DEPENDS big_part A B COMMAND ... ) ties you to a platform though why are you

Re: [CMake] Creating a library from subdirectories

2014-11-26 Thread Stephen Kelly
Chris Johnson wrote: * I do not want to use the add_library(component1 OBJECT ${component1_sources}) and add_library(toplevel $TARGET_OBJECTS:component1 ... ) syntax if it can be avoided. Is the constraint that you want a top-level something like # All components: set(components

[Cmake-commits] CMake branch, next, updated. v3.1.0-rc2-882-gbd37441

2014-11-26 Thread Brad King
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 bd37441d5f5f8fef873e84891f973bec731d1c94 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.1.0-rc2-379-g6b93953

2014-11-26 Thread Brad King
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, master has been updated via 6b939536154421b5e18bc8e908b1bd5f7212a536 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.1.0-rc2-383-g43c93ac

2014-11-26 Thread Brad King
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, master has been updated via 43c93acf274d5ce6db7d9a871b983625426942bc (commit) via

[Cmake-commits] CMake branch, master, updated. v3.1.0-rc2-377-g5a61149

2014-11-26 Thread Brad King
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, master has been updated via 5a611495c220af559e93aa29d5bfc786ff40d440 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.1.0-rc2-381-g57a77fb

2014-11-26 Thread Brad King
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, master has been updated via 57a77fbe6934f13105f5c721ca6e5dec2284 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.1.0-rc2-385-gac5c448

2014-11-26 Thread Brad King
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, master has been updated via ac5c4487d899330af0681b1cf3e950b3d016a986 (commit) via

[Cmake-commits] CMake branch, release, updated. v3.1.0-rc2-36-gd2f2a2e

2014-11-26 Thread Brad King
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, release has been updated via d2f2a2e226a8717d6fdb6df0ed4858d1629f557c (commit) via

[Cmake-commits] CMake branch, master, updated. v3.1.0-rc2-387-g106c769

2014-11-26 Thread Brad King
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, master has been updated via 106c769f1d46a2410ff62c3dd4cd02cd1da7fd37 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.1.0-rc2-892-gc3a2d5f

2014-11-26 Thread Brad King
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 c3a2d5f6aca298c843e9d093897a577c281a899f (commit) via

[Cmake-commits] CMake branch, next, updated. v3.1.0-rc2-889-ga9059d6

2014-11-26 Thread Brad King
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 a9059d65295d391afac105d8ae18ff2223f1e8dc (commit) via

[Cmake-commits] CMake branch, master, updated. v3.1.0-rc2-390-g82582c9

2014-11-26 Thread Brad King
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, master has been updated via 82582c96bd86969ee5e1cc6f7bc4e5b12e1717e1 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.1.0-rc2-894-g7c3857c

2014-11-26 Thread Brad King
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 7c3857cb076e3250e364e9fe2fe46bca78be7eed (commit) via

[Cmake-commits] CMake branch, next, updated. v3.1.0-rc2-897-g1b9bcaa

2014-11-26 Thread Brad King
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 1b9bcaabe6e4a190a16271c61d0efa839b6072fd (commit) via

[Cmake-commits] CMake branch, next, updated. v3.1.0-rc2-899-ge672b00

2014-11-26 Thread Brad King
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 e672b002ae71c8225559731b2afd37a166c9d1d8 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.1.0-rc2-901-ga803eac

2014-11-26 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 a803eac6cee0e79c96495780b5b0b57515a2af93 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.1.0-rc2-903-gaa2407c

2014-11-26 Thread Brad King
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 aa2407c8bcc1a014f1b8730b84fa9cd1b1a2cc22 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.1.0-rc2-905-g199c9cf

2014-11-26 Thread Brad King
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 199c9cf26c8bfb36393f1b583a52839ebec011c4 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.1.0-rc2-909-gd7daa15

2014-11-26 Thread Brad King
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 d7daa15d2d4713deda0e719fa2418d8595d6177f (commit) via

[Cmake-commits] CMake branch, master, updated. v3.1.0-rc2-391-g3fae1f9

2014-11-26 Thread Kitware Robot
20141126) +set(CMake_VERSION_PATCH 20141127) #set(CMake_VERSION_RC 1) --- Summary of changes: Source/CMakeVersion.cmake |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- CMake