[cmake-developers] [CMake 0014094]: Marco CUDA_WRAP_SRCS does not de-duplicate entries in CUDA_NVCC_INCLUDE_DIRECTORIES

2013-04-17 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=14094 == Reported By:Marcel Loose Assigned To:

[cmake-developers] [CMake 0014095]: Add FindGnuradio.cmake file to installed cmake files

2013-04-17 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=14095 == Reported By:Tom Rondeau Assigned To:

[cmake-developers] [CMake 0014096]: Ninja Generator Fails to Produce Valid File When Cross Compiling

2013-04-17 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=14096 == Reported By:Chris Sulmone Assigned To:

Re: [cmake-developers] Building with Qt for the Raspberry Pi with CMake

2013-04-17 Thread Alexander Neundorf
On Tuesday 16 April 2013, Stephen Kelly wrote: Alexander Neundorf wrote: On Friday 12 April 2013, Stephen Kelly wrote: I found out what the problem is. CMake doesn't add the sysroot to the link line, so that's why the linker is not finding the library. It was searching in my native root

Re: [cmake-developers] Building with Qt for the Raspberry Pi with CMake

2013-04-17 Thread Alexander Neundorf
On Tuesday 16 April 2013, Stephen Kelly wrote: Brad King wrote: On 04/16/2013 10:41 AM, Stephen Kelly wrote: That means that the include directories of an upstream package will have to prefix each path with ${CMAKE_FIND_ROOT_PATH} in order to be useful in both cross compiling contexts and

Re: [cmake-developers] Building with Qt for the Raspberry Pi with CMake

2013-04-17 Thread Stephen Kelly
Alexander Neundorf wrote: set(Qt5Gui_EGL_INCLUDE_DIRS ${CMAKE_FIND_ROOT_PATH}/opt/vc/include ${CMAKE_FIND_ROOT_PATH}/opt/vc/include/interface/vcos/pthreads ${CMAKE_FIND_ROOT_PATH}/opt/vc/include/interface/vmcs_host/linux ) In general CMAKE_FIND_ROOT_PATH is a list, then this would be a bug.

[cmake-developers] [CMake 0014097]: variable UNIX set to 1 on windows xp in VM on linux host

2013-04-17 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=14097 == Reported By:pekarvm Assigned To:

Re: [CMake] Regression in INCLUDE_DIRECTORIES command between cmake 2.8.7 and 2.8.8?

2013-04-17 Thread Marcel Loose
Hi David, I filed a bug (14094) and attached a patch that solves it. Cheers, Marcel. On 16/04/13 15:32, David Cole wrote: I guess you could file a bug/request to de-duplicate in the FindCUDA cmake code. Anybody who reads the property via get_property (or get_target_property or

[CMake] Cpack generated RPM and changed binary file size in 2.8.10

2013-04-17 Thread jupiter
Hi, I have a wired situation, I have a binary file (ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.18, stripped) in bin directory, I then I run cpack -G RPM to generate an RPM package. After install the RPM package in another machine,

Re: [CMake] Cpack generated RPM and changed binary file size in 2.8.10

2013-04-17 Thread Eric Noulard
2013/4/17 jupiter jupiter@gmail.com: Hi, I have a wired situation, I have a binary file (ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.18, stripped) in bin directory, I then I run cpack -G RPM to generate an RPM package.

Re: [CMake] Cpack generated RPM and changed binary file size in 2.8.10

2013-04-17 Thread hce
Eric Noulard wrote 2013/4/17 jupiter lt; jupiter.hce@ gt;: Could you check the size of the executable which gets into the RPM it should be located in: builddir /_CPack_Packages/ packageName /RPM/ packageFileName / When CPackRPM runs you get a message like: CPackRPM: Will

Re: [CMake] copy_if_different on build

2013-04-17 Thread Skippy VonDrake
believe what you want is: add_custom_command( OUTPUT ${output} DEPENDS ${input} COMMAND ${CMAKE_COMMAND} -E copy ${input} ${output} ...which is roughly equivalent to a Makefile rule like: output: input cp input output IOW, the file ${output} depends on the

[Cmake-commits] CMake branch, next, updated. v2.8.10.2-2788-g5e3e2d3

2013-04-17 Thread Rolf Eike Beer
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 5e3e2d36af071fbe9d40621ba8c32fcf0db7 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.10.2-2790-g556feed

2013-04-17 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 556feed4c97679914ab02b73ecc052b04ce5eb0b (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.10.2-2792-g5ce754a

2013-04-17 Thread Robert Maynard
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 5ce754a7c8f1944a4ce6ccb2bd4593c40f0705d8 (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.10.2-993-g5b5a365

2013-04-17 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 5b5a365aa676d93d7b574735e80e9625d57c8e52 (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.10.2-995-g8a2763b

2013-04-17 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 8a2763b3ac92a427ab7cb18080a0884391d1cf57 (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.10.2-997-g52b758b

2013-04-17 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 52b758b5c2c27a98d754c11792d7e726fa2a13e2 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.10.2-2796-g14d3e9c

2013-04-17 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 14d3e9c11ee22535c2f6ecd0fb0c396859381953 (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.10.2-998-g6a3ee5d

2013-04-17 Thread Kitware Robot
Stamp diff --git a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake index e5bce38..1ea731c 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 10) -set(CMake_VERSION_TWEAK 20130417