[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 great

[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 x2

[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, n

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: > > > https://github.com/mathstuf/CMake/commit/9

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 reli

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

2014-05-12 Thread Jörg Kreuzberger
-Ursprüngliche Nachricht- Von:Nils Gladitz Gesendet: Mo 12.05.2014 12:14 Betreff:Re: AW: [CMake] Test Shared Library Dependencies and set_tests_properties() An: Jörg Kreuzberger ; > On 05/12/2014 11:59 AM, Jörg Kreuzberger wrote: > > Hi! > > > > i tested it with 3.0

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

[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