[CMake] Policy CMP0028 and Qt libraries

2014-06-04 Thread Matt.Bolger
Hi All, I've updated to CMake 3-RC6 and seem to be getting a lot of CMP0028 policy warnings that I'm not sure I understand. I'm sure I'm doing something wrong of misunderstanding what's happening under the hood but would appreciate some enlightenment. Trying to boil it down to a simple example

Re: [CMake] Building third party library as part of CMake project

2014-06-04 Thread Nils Gladitz
On 04.06.2014 23:11, Truman Ellis wrote: I have a top level CMakeLists.txt file which builds a library called Camellia and several executables in subdirectories which link with Camellia. I would like to add a third party library called XDMF as a dependency for Camellia under Camellia/TPL/Xdmf.

[CMake] Building third party library as part of CMake project

2014-06-04 Thread Truman Ellis
I have a top level CMakeLists.txt file which builds a library called Camellia and several executables in subdirectories which link with Camellia. I would like to add a third party library called XDMF as a dependency for Camellia under Camellia/TPL/Xdmf. Luckily, XDMF is already on a CMake build

Re: [CMake] NSIS template variable substitution.

2014-06-04 Thread Nils Gladitz
On 04.06.2014 21:17, Rick McGuire wrote: I'm working on a custom NSIS template where I wish to accumulate a set of NSIS commands in a list and then insert those commands into the template file using a variable. I'm able to get the variable substituted, but unfortunately, the list is getting i

[CMake] NSIS template variable substitution.

2014-06-04 Thread Rick McGuire
I'm working on a custom NSIS template where I wish to accumulate a set of NSIS commands in a list and then insert those commands into the template file using a variable. I'm able to get the variable substituted, but unfortunately, the list is getting inserted as a single line with semicolons inser

[CMake] Emacs syntax highlighting package 'cmake-font-lock' updated to include 2.8.12 CMake features

2014-06-04 Thread Anders Lindgren
Hi! The Emacs package 'cmake-font-lock' that provides advanced syntax highlighting support for CMake files has been updated to version 0.0.4. It can be downloaded from https://github.com/Lindydancer/cmake-font-lock The main feature of the package is to highlight function arguments -- variables, k

Re: [CMake] cmake project patterns / examples

2014-06-04 Thread Iosif Neitzke
The terminology of in-source and out-of-source for where the CMakeLists.txt and *.cmake files exist temporarily threw me off, as with CMake, in-source and out-of-source usually refer to where the generated build files are placed. On Wed, Jun 4, 2014 at 12:23 AM, Adam wrote: > Thanks for the comme

Re: [CMake] Question regarding External Project add and VTK

2014-06-04 Thread David Cole
P.S. I'm thinking we may want to move this off the CMake mailing list? Some of us are lurking and reading this thread with interest... It would be ok to keep it on the CMake mailing list unless it goes on an entirely non-ExternalProject tangent. :-) David C. -- Powered by www.kitware.com

[CMake] find_packege(MPI) for minWG-w64 cross-compile setup how to?

2014-06-04 Thread John Donson
Hello, I am struggling with the find_package(MPI) cmake feature for a minWG-w64 cross-compile project on Linux host and Windows target. Could you please help me for the TOOLCHAIN_FILE setup, please. BR John-- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at