[cmake-developers] [patch] Qt plugins are missing when deploying

2014-07-24 Thread Mathieu MARACHE
I added two plugins qnativewifi and qtga that where missing in FindQt4.cmake and thus where not deployed with DeployQt4.cmake although they were mentioned in the plugins parameters. This is a patch is against current master but could well be back ported to earlier versions since this file has

[cmake-developers] [CMake 0015036]: make --question always returns 1

2014-07-24 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=15036 == Reported By:Simon Ask Ulsnes Assigned To:

[cmake-developers] [CMake 0015037]: given a cpp file, how to know what target it's built and where is the flags.make is placed

2014-07-24 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=15037 == Reported By:chen bin Assigned To:

Re: [cmake-developers] CMake generates Makefiles that don't parallelize as much as they could.

2014-07-24 Thread Nick Overdijk
I'm using target_include_directories of A to get some include directories into B well, so I can't use target_link_libraries(A INTERFACE B), and I can't seem to use the OBJECT-way neither since B's sources won't compile without A's INTERFACE_INCLUDE_DIRECTORIES... Any suggestions? On Wed, Jul 23,

Re: [CMake] Controlling the targets in an export set

2014-07-24 Thread Nils Gladitz
On 07/24/2014 01:57 AM, Adar Dembo wrote: I have a project that generates a shared library foo. As part of the build, the bar1, bar2, and bar3 static archives are created, and eventually, foo is linked against all of them. Thus, the project's sole deliverable is libfoo.so; all the necessary

[CMake] How to get rid of AUTOMOC: Checking ... messages

2014-07-24 Thread Dominique Ledit
Hi I currently use 2.8.12.2 CMake version and Qt 4.7.3 and set in my top-level CMakeLists.txt the CMAKE_AUTOMOC to true Set (CMAKE_AUTOMOC on) As a result, in the build log there are a lot of messages like: AUTOMOC: Checking full_path_to_header_file AUTOMOC: Checking

[CMake] Make works on linux, not on Mac Os X Mavericks, openmpi

2014-07-24 Thread Sergey Rykovanov
Hi, I have a very simple Hello world program that compiles with mpic++. I also have the following CMakeLists.txt file: cmake_minimum_required(VERSION 2.8) project(Hello_world) add_executable(hello.e main.cpp) # Require MPI for this project: find_package(MPI REQUIRED)

Re: [CMake] Make works on linux, not on Mac Os X Mavericks, openmpi

2014-07-24 Thread Nils Gladitz
On 07/24/2014 10:56 AM, Sergey Rykovanov wrote: |cmake_minimum_required(VERSION2.8) project(Hello_world) add_executable(hello.e main.cpp) # Require MPI for this project: find_package(MPI REQUIRED) include_directories(MPI_INCLUDE_PATH) set(CMAKE_CXX_COMPILE_FLAGS ${CMAKE_CXX_COMPILE_FLAGS}

Re: [CMake] CMAKE changing Visual Studio Settings

2014-07-24 Thread Chuck Atkins
Hi Joseph, On Mon, Jul 21, 2014 at 4:51 PM, Joseph Rosensweig jrose...@gmail.com wrote: ... in my CMAKE I have places where I do things like if(CMAKE_BUILD_TYPE STREQUAL Debug) then do this else do that. This is the sort of logic best achieved through generator expressions. How to do it

Re: [CMake] Controlling the targets in an export set

2014-07-24 Thread Adar Dembo
Thanks, that did the trick (though I had to use LINK_PRIVATE instead of PRIVATE; maybe I'm using an older version of cmake). And yes, I need -fPIC code through and through. I've already taken care of that. And double yes, a few other targets needed to explicitly list foo's transitive

[Cmake-commits] CMake branch, next, updated. v3.0.0-4476-gd43aa3f

2014-07-24 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 d43aa3f5f438c407995fcb9c7f1702666ad1f04d (commit) via

[Cmake-commits] CMake branch, next, updated. v3.0.0-4479-g8485d72

2014-07-24 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 8485d720847ef5a4b60549bda4291b781951ed46 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.0.0-4481-ge307402

2014-07-24 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 e30740211b432a546e9884149f92df0fb75f1c77 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.0.0-4483-g696730b

2014-07-24 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 696730b8850263ff439722e7e8cc009179f54a8c (commit) via

[Cmake-commits] CMake branch, next, updated. v3.0.0-4485-g6ea3b0d

2014-07-24 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 6ea3b0d99f179a85fc432a7e710bf2857fc5f7a5 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.0.0-4488-gcefe04f

2014-07-24 Thread Bill Hoffman
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 cefe04f03d6888be7a80509225f2f6f509d445a6 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.0.0-4490-g807661b

2014-07-24 Thread Bill Hoffman
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 807661bce77368f303b4b5b95f41fd2c4e3131f2 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.0.0-4492-ga790821

2014-07-24 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 a79082165eb56ae51dddb7d9a68b45fd9dea1184 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.0.0-4498-g74bdbe6

2014-07-24 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 74bdbe6e7400afc49a7223295cf0e5e078b1c478 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.0.0-4495-g3a60ea4

2014-07-24 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 3a60ea462359e6ef58a914d89cef3226229b43d0 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.0.0-4501-g6b02906

2014-07-24 Thread Nils Gladitz
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 6b02906522196cfc2f8c9c29fb3f483d6d5b61ff (commit) via

[Cmake-commits] CMake branch, next, updated. v3.0.0-4503-g58587a8

2014-07-24 Thread Nils Gladitz
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 58587a8eb5cfe70478b8890980474f342e702421 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.0.0-4505-g967d9be

2014-07-24 Thread Nils Gladitz
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 967d9be1cca9681872aeaf91f5a3b099e8e3b253 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.0.0-1485-g4d7b937

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