[cmake-developers] [CMake 0014786]: Imported targets always require an IMPORTED_LOCATION

2014-03-05 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=14786 == Reported By:Philipp Möller Assigned To:

[cmake-developers] Introduction and volunteering for the Matlab package

2014-03-05 Thread Raffi Enficiaud
Hello, My name is Raffi Enficiaud. I am volunteering myself for maintaining the Matlab package. In fact, I wrote a Matlab package that I am currently using on Mac and Win in Bamboo continuous build (and in the near future on Ubuntu). I already gave some of the functionalities in the following

[cmake-developers] [CMake 0014787]: Unable to include a directory named after a Visual Studio macro.

2014-03-05 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=14787 == Reported By:tibur Assigned To:

[cmake-developers] Fwd: [Bug 1072964] New: Could NOT find PythonInterp

2014-03-05 Thread Orion Poplawski
So, I reverted the patch in Fedora to that stated in http://cmake.org/Bug/view.php?id=13794 and that seems to have immediately broken things. I'm attaching the version that Fedora has been carrying (and seemingly working). BTW - This seems to be a duplicate:

Re: [cmake-developers] Cmake contribution for Open Watcom (patch)

2014-03-05 Thread Brad King
On 02/28/2014 02:38 PM, Jiri Malak wrote: FYI, you can run the test suite with the Open Watcom compiler by configuring to build with another compiler but setting CMAKE_TEST_GENERATOR and CMAKE_TEST_MAKEPROGRAM to be Watcom WMake and c:/path/to/wmake.exe, respectively. Then after building,

Re: [cmake-developers] [Review request] Topic FindPkgConfig_Extend-PKG_CONFIG_PATH

2014-03-05 Thread Brad King
On 03/04/2014 10:07 PM, Daniele E. Domenichelli wrote: Follow up to this thread: http://thread.gmane.org/gmane.comp.programming.tools.cmake.devel/8369 Please review the topic FindPkgConfig_Extend-PKG_CONFIG_PATH. Nice! Please revise the documentation to use proper cross-reference syntax

Re: [cmake-developers] Fwd: [Bug 1072964] New: Could NOT find PythonInterp

2014-03-05 Thread Brad King
On 03/05/2014 10:29 AM, Orion Poplawski wrote: So, I reverted the patch in Fedora to that stated in http://cmake.org/Bug/view.php?id=13794 and that seems to have immediately broken things. I re-opened the issue, thanks. -Brad -- Powered by www.kitware.com Visit other Kitware open-source

Re: [cmake-developers] Fwd: [Bug 1072964] New: Could NOT find PythonInterp

2014-03-05 Thread Brad King
On 03/05/2014 12:02 PM, Orion Poplawski wrote: On 03/05/2014 09:53 AM, Brad King wrote: On 03/05/2014 10:29 AM, Orion Poplawski wrote: http://cmake.org/Bug/view.php?id=13794 I re-opened the issue, thanks. Thanks - but I don't seem to be able to comment on it. Oops, I think I picked the wrong

Re: [cmake-developers] Introduction and volunteering for the Matlab package

2014-03-05 Thread Brad King
On 03/05/2014 08:49 AM, Raffi Enficiaud wrote: I am volunteering myself for maintaining the Matlab package. Great, thanks! I already gave some of the functionalities in the following mantis ticket: http://www.cmake.org/Bug/view.php?id=14641 In answer to your questions from there: - What

[cmake-developers] pause on new topics please

2014-03-05 Thread Brad King
Hi Folks, Please do not merge any new topics to 'next' until further notice. It should just be for a day or two. Ben has been working for a while on sweeping API changes in the dev/string-apis topic to improve performance and reduce the mix of std::string and char* APIs. He has patiently

[cmake-developers] [Patch] fix archive library build by Open Watcom

2014-03-05 Thread Jiri Malak
Hi, I enclosed fix for archive library (Utility) build by Open Watcom Regards JiriFrom 7bf955a4f1ffb5117063e17023d74fb11edf30a5 Mon Sep 17 00:00:00 2001 From: Jiri Malak malak.j...@gmail.com Date: Tue, 4 Mar 2014 16:35:44 +0100 Subject: [PATCH] fix archive library build by Open Watcom ---

Re: [cmake-developers] Introduction and volunteering for the Matlab package

2014-03-05 Thread Raffi Enficiaud
Hi, So, I began writing the doc of the module and changed the license according to the instructions. I am attaching the module to the email. FindMatlab.cmake Description: Binary data From what I see in the instructions, there are some issues with the proposed module: - the error messages

[cmake-developers] Who does CMake contract work?

2014-03-05 Thread Vince Harron
Hi all, Are there any companies/individuals out there that have a history of contributions to CMake that would be interested in adding Android.mk generator and an NSight Tegra (Visual Studio plugin) generator? Details: Modify CMake to be able to generate Android.mk files usable by ndk-build

Re: [CMake] Not finding build type when using cmake with llvm/clang

2014-03-05 Thread Kevin Funk
Am Mittwoch, 5. März 2014, 00:29:55 schrieb Edward Diener: When trying to build llvm/clang on Windows using cmake I execute from a build directory I created: cmake -DCMAKE_BUILD_TYPE=Release -G MinGW Makefiles ..\llvm only to receive: CMake Error: CMake was unable to find a build

[CMake] Run executable targets after change of dependency and/or every time

2014-03-05 Thread Schröter, Philipp
Hi CMakers, I'm looking for a way to 1. build and run executable targets, after one of their dependency has been changed and 2. to run these executable targets every time whether they were rebuild or not. The first point is more important to me that the second one. A little background: I am

Re: [CMake] Run executable targets after change of dependency and/or every time

2014-03-05 Thread Schröter, Philipp
I forgot to mention, that I also have a custom_target called run_tests, which is created and depends on every test. By being build (in the sense of calling, since it does not have any source or anything else) this target arranges that all tests are being build and run. -- Powered by

[CMake] problems with Visual Studio Express 2013

2014-03-05 Thread Kris Thielemans
Hi all We're trying to build an application using ITK on Windows using Visual Studio Express 2013 (downloads of all software happened last week, so I guess we're up-to-date). Unfortunately, we get a lot of configuration errors (see full list below), implying that CMake 2.8.12.2 has problems with

Re: [CMake] Not finding build type when using cmake with llvm/clang

2014-03-05 Thread Edward Diener
On 3/5/2014 3:19 AM, Kevin Funk wrote: Am Mittwoch, 5. März 2014, 00:29:55 schrieb Edward Diener: When trying to build llvm/clang on Windows using cmake I execute from a build directory I created: cmake -DCMAKE_BUILD_TYPE=Release -G MinGW Makefiles ..\llvm only to receive: CMake Error: CMake

Re: [CMake] How to write a correct wrapper of MESSAGE()?

2014-03-05 Thread Clark Wang
On Mon, Oct 21, 2013 at 6:06 PM, Johannes Zarl johannes.z...@jku.at wrote: On Thursday, 17. October 2013, 07:12:51, Clark WANG wrote: When I'm using CMake more and more I find it's not a real serious language. It's so tricky. I can see why you are frustrated. I don't think it's all bad

Re: [CMake] Not finding build type when using cmake with llvm/clang

2014-03-05 Thread Nils Gladitz
On 05.03.2014 16:06, Edward Diener wrote: MingW does not have a make.exe at all. What actual program is cmake looking for when MinGW Makefiles is specified ? http://www.cmake.org/cmake/help/git-master/generator/MinGW%20Makefiles.html: mingw32-make Is mingw's bin directory in your PATH?

[CMake] PackageMaker with script for InstallationCheck

2014-03-05 Thread NoRulez
Hello list, I found variables to launch custom preflight/postflight scripts with CPACK_PREFLIGHT_SCRIPT and CPACK_POSTFLIGHT_SCRIPT. Is there also a way to call a custom install check script? For example, I need to know if a specified application is already installed or not. If the

[CMake] CMAKE_RUNTIME_OUTPUT_DIRECTORY inconsistent between make and Xcode

2014-03-05 Thread Lucas Soltic
Hello, I have noticed an annoying difference between Xcode and make as far as the output directory is concerned. I have added the following to my CMakeLists.txt: set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin) set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)

[CMake] difference between LINK_INTERFACE_LIBRARIES and INTERFACE_LINK_LIBRARIES

2014-03-05 Thread Leif Walsh
Based on --help-property I can't really tease them apart. It looks like LINK_INTERFACE_LIBRARIES is old and INTERFACE_LINK_LIBRARIES is new, but I can't really figure out what the change is. In my project, I have a hierarchy of static libraries connected by TARGET_LINK_LIBRARIES(... LINK_PUBLIC

[Cmake-commits] CMake branch, next, updated. v3.0.0-rc1-505-g997c8db

2014-03-05 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 997c8dbda3cfb297a40d2c99b29344c74fb89d18 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.0.0-rc1-507-g73a8f56

2014-03-05 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 73a8f565a56ce4e0738bc0214cfd1d4d7690 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.0.0-rc1-132-ga8dced5

2014-03-05 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 a8dced5856c4dc6c2e00ee49c5ba1bc981688cef (commit) via

[Cmake-commits] CMake branch, master, updated. v3.0.0-rc1-128-gcefa802

2014-03-05 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 cefa80236d01635cccebf9aa69f58f0f40cfede3 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.0.0-rc1-116-g955dd1a

2014-03-05 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 955dd1a551698aa85b404bcd96b62740caac3160 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.0.0-rc1-118-g9e6e914

2014-03-05 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 9e6e9140c2baf2afa546fbb3a72fbff31e81f69c (commit) via

[Cmake-commits] CMake branch, master, updated. v3.0.0-rc1-114-gf0dcbb1

2014-03-05 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 f0dcbb17721e777bef3be6b2f4011fefaa6fbbf0 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.0.0-rc1-137-gc03f42e

2014-03-05 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 c03f42ef326eb3794e7bf095b69709d095febc6a (commit) via

[Cmake-commits] CMake branch, next, updated. v3.0.0-rc1-517-g4a97290

2014-03-05 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 4a97290da013dfd7c57db4f6dec90976fa3a5064 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.0.0-rc1-135-g30464fd

2014-03-05 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 30464fda2cc2317a5f9b5b66d5f1fabfd4017dfe (commit) via

[Cmake-commits] CMake branch, next, updated. v3.0.0-rc1-519-gd880854

2014-03-05 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 d8808544f282ba320c32d941ad3859127cdae5ae (commit) via

[Cmake-commits] CMake branch, next, updated. v3.0.0-rc1-521-g26802fe

2014-03-05 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 26802fe7ed853606a8292b1983ee9bb0726f8a48 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.0.0-rc1-139-g4d67891

2014-03-05 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 4d67891a73bb523a021cc420f457b507c4dcb1d0 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.0.0-rc1-523-g1405ef8

2014-03-05 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 1405ef800f1f07673b647c0fa46320076ce95fde (commit) via

[Cmake-commits] CMake branch, next, updated. v3.0.0-rc1-525-gdca36fa

2014-03-05 Thread Matt McCormick
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 dca36fada79b68ecc0eb9cb7d8b9fa269e92ff38 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.0.0-rc1-140-g70da6f1

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