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