Re: [cmake-developers] CPack IFW generator

2014-05-12 Thread Brad King
On 05/08/2014 03:14 AM, Konstantin Podsvirov wrote: Qt is distributed with of his Qt Installer Framework (QtIFW). For reference, here is a link: http://qt-project.org/wiki/Qt-Installer-Framework I decided to make friends CMake and QtIFW. I added CPack IFW generator and module

[cmake-developers] Cannot restore timestamp error due to Sharing Violation during Rename on Windows

2014-05-12 Thread Eric Berge
I was seeing an error with the 2.8.2.12 code, so I did some testing with last week's latest 3.0 code and am still seeing it, which are errors of the form: CUSTOMBUILD : CMake error : Cannot restore timestamp

[cmake-developers] [CMake 0014913]: GTEST_ADD_TESTS doesn't use new signature ADD_TEST(NAME name COMMAND command): generated executable is then not found

2014-05-12 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=14913 == Reported By:trsystran Assigned To:

Re: [cmake-developers] Cannot restore timestamp error due to Sharing Violation during Rename on Windows

2014-05-12 Thread Eric Berge
It really is bogus that this doesn't work. Both files share everything (especially DELETE!) and replaceIfExists is true. It should just work. That said, the patch does not handle the ERROR_SHARING_VIOLATION case. I'm going to rebuild with that and I expect that to help as the traces did

[cmake-developers] Procedural question

2014-05-12 Thread James Bigler
What do I do if I have a patch I want to go to next, but origin/master is broken? I'm supposed to create branches off of origin/master then merge them into next, but I can't verify that my fix works. For details about the break see my email on May 8th regarding external object files not being

Re: [cmake-developers] Procedural question

2014-05-12 Thread Brad King
On 05/12/2014 01:16 PM, James Bigler wrote: What do I do if I have a patch I want to go to next, but origin/master is broken? If it was broken recently then you can start from an older version of master. Otherwise we need to fix that problem first. For details about the break see my email on

Re: [CMake] Delay Cache File Reading

2014-05-12 Thread Petr Kmoch
Hi Ryan. If the only thing you need delay-loaded in this are the target names, you should just get rid of the variables and use the target names directly. The decision whether an argument of `target_link_libraries()` is a target or a library path is done at generate time, when all CMakeLists have

[CMake] Test Shared Library Dependencies and set_tests_properties()

2014-05-12 Thread Jörg Kreuzberger
Hi! For using tests those tests have sometimes dependencies to shared libraries, from cache and from build. For execution i therefore call set_test_properties( testname PROPERTIES ENVIRONMENT ) with LD_LIBRARY_PATH on Linux and PATH for windows. This seems to work on linux for cached entries

Re: [CMake] Test Shared Library Dependencies and set_tests_properties()

2014-05-12 Thread Nils Gladitz
On 05/12/2014 09:10 AM, Jörg Kreuzberger wrote: For execution i therefore call set_test_properties( testname PROPERTIES ENVIRONMENT ) with LD_LIBRARY_PATH on Linux and PATH for windows. This seems to work on linux for cached entries like e.g. ${QT_LIBRARY_DIR} or others. If i want to add to

Re: [CMake] Test Shared Library Dependencies and set_tests_properties()

2014-05-12 Thread Jörg Kreuzberger
-Ursprüngliche Nachricht- Von:Nils Gladitz nilsglad...@gmail.com Gesendet: Mo 12.05.2014 12:14 Betreff:Re: AW: [CMake] Test Shared Library Dependencies and set_tests_properties() An: Jörg Kreuzberger j.kreuzber...@procitec.de; On 05/12/2014 11:59 AM, Jörg

Re: [CMake] How to find vcvarsall.bat (e.g. at C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC)? CMAKE_LINKER?

2014-05-12 Thread David Cole
Thanks David, but my cache entry for MY_VCVARSALL_BAT looks fine already ... So any .. has been resolved automatically by find_file, even without explicitly specifying ABSOLUTE :-) ...it does not seem to make a difference in this case. Right? Right. Then you are good to go. I have not relied

Re: [CMake] Problem with CMake-3.0.0-rc4 + Ninja + Intel C++

2014-05-12 Thread Brad King
On 05/09/2014 03:57 PM, Ben Boeckel wrote: On Fri, May 09, 2014 at 15:19:51 -0400, Brad King wrote: Ninja: Fix deptype for Intel compiler on Linux http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=54535f47 Would this be cleaner:

[CMake] Info.plist with per-configuration information

2014-05-12 Thread Tim Blechmann
hi all, i'm trying to build an Info.plist file with some information based on the build configuration (DEBUG or RELEASE). is this possible for multi-configuration generators like xcode? it does not seem to be possible to use different MACOSX_BUNDLE_INFO_PLIST files for different configurations,

[CMake] version-info module?

2014-05-12 Thread Orion Poplawski
Is anyone aware of a cmake module that would be the equivalent of the -version-info mechanism in libtool for generating VERSION and SOVERSION? http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html -- Orion Poplawski Technical Manager 303-415-9701

[CMake] CMake on Mavericks OS X 10.9 issue with Clang and -sysroot flag instead of --sysroot

2014-05-12 Thread Wolfram, Phillip J
Dear CMake Developers and Users, I am having repeated build issues while compiling Paraview via the SuperBuild process. The issue is related to needing —sysroot= flag instead of -sysroot= for Mavericks which is specified via CMAKE_OSX_SYSROOT. Any ideas on how to fix this issue would be

[Cmake-commits] CMake branch, next, updated. v3.0.0-rc4-3114-gad0b167

2014-05-12 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 ad0b167ff5bcd149e136bcce75590dd031781ff6 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.0.0-rc4-881-gc1e428c

2014-05-12 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 c1e428c0393c62a32dfd54fadfc34546c9c004d8 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.0.0-rc4-890-gf20bb8f

2014-05-12 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 f20bb8f00371e932a481f5a84e3418cb47cdb041 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.0.0-rc4-3123-g5c8de9e

2014-05-12 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 5c8de9ef030460fb572a2d5ef4ee7321a435326b (commit) via

[Cmake-commits] CMake branch, master, updated. v3.0.0-rc4-883-g68f6460

2014-05-12 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 68f6460f66554343afa5e05c1913b17323bdafbe (commit) via

[Cmake-commits] CMake branch, master, updated. v3.0.0-rc4-875-ga2bb00d

2014-05-12 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 a2bb00d19669be96e3bfde22fee100578d2cb6e1 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.0.0-rc4-3129-g40a81a7

2014-05-12 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 40a81a74cb10cfbf8accdda2282caa7ef2b6b015 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.0.0-rc4-3127-g40e634c

2014-05-12 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 40e634cda1c277e75b6929eb32eaa548e6893e79 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.0.0-rc4-3131-g464619b

2014-05-12 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 464619b3cde96a348a2df7a5caf8e743f399c351 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.0.0-rc4-897-g58fcd57

2014-05-12 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 58fcd57c40144ccacc990ad15a290021104bb919 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.0.0-rc4-3133-g03117b8

2014-05-12 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 03117b89580f9642755e680234ac4f76f7efdb88 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.0.0-rc4-898-gf692014

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