[CMake] Defining CDash subprojects in CMakeLists.txt

2011-01-21 Thread Frank Stappers
bproject label, it will become visible in the corresponding subproject. Perhaps similar functionality is available, but I could not find it in any of the documentation I've read. Kr, Frank Stappers ___ Powered by www.kitware.com Visit other Ki

[CMake] Missing DLLs with CPack 2.8 on MSVC 10 beta 2

2009-11-24 Thread Frank Stappers
ed to set a variable, incorporate the files myself (e.g. during install), or do something else? Any help would be appreciated. Kind Regards, Frank Stappers ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.ki

[CMake] Create shortcuts in "application folder" for OS-X with CPack

2010-03-01 Thread Frank Stappers
x27;m unable find a way in which this can be achieved in the CMake's/CPack's documentation. So I was wondering, how to achieve it. Any help would be appreciated. Kind Regards, Frank Stappers ___ Powered by www.kitware.com Visit other Kitw

Re: [CMake] Create shortcuts in "application folder" for OS-X with CPack

2010-03-02 Thread Frank Stappers
section titled "What about scripts?" > > James > > On Mon, Mar 1, 2010 at 5:41 AM, Frank Stappers > wrote: >> >> Hello, >> >> Currently, I want to create a DMG installer with CPack using >> PackageMaker. I partially succeed, e.g. the binaries are

[CMake] Problem linking dynamic libraries on MacOSX

2010-04-07 Thread Frank Stappers
to the bundle, which should be @executable_path/../../../lib/mcrl2/lib_XXX.dylib. Perhaps, somebody has some pointers on how to tackle this problem. Any help is welcome. Kind regards, Frank Stappers ___ Powered by www.kitware.com Visit other Kitware

Re: [CMake] Problem linking dynamic libraries on MacOSX

2010-04-08 Thread Frank Stappers
> Principal Software Engineer       mike.jack...@bluequartz.net > BlueQuartz Software               Dayton, Ohio > > > On Apr 7, 2010, at 6:40, Frank Stappers wrote: > >> Hello, >> >> Currently, I have a problem with linking to dynlib outside a bundle. >> Let me ex

[CMake] using TRY_COMPILE() for testing

2010-04-10 Thread Frank Stappers
ork, since "try_compile(...)" is not an executable. So my guess is that I have to do something more advance. So my question is what should be the "easiest" way to achieve this kind of behavior? KR, Frank Stappers ___ Powered by www.kitware

[CMake] safe linker search path for libGL

2010-08-30 Thread Frank Stappers
Hello, I get the following warning, when I run cmake (version 2.8.2). Cannot generate a safe linker search path for target because files in some directories may conflict with libraries in implicit directories: link library [libGL.so] in /usr/lib64 may be hidden by files in: /usr/X

[CMake] add_test with --build-and-run fails

2010-09-10 Thread Frank Stappers
.h" /usr/include/include1 from, whereas it should: 1) pick the "xxx.h", as it is located in the ${CMAKE_SOURCE_DIR} 2) find "yyy.h" in the include_directories of project "test_tgt", as it is stored in that location. My question: Is there something wrong with my code?

Re: [CMake] add_test with --build-and-run fails

2010-09-10 Thread Frank Stappers
oject, I had change the project back to: ==== ..... ENABLE_TESTING() add_subdirectory(test) Thank you for help! Kind regards, Frank Stappers On Fri, Sep 10, 2010 at 1:32 PM, David Cole wrote: > Print out the value of CMAKE_SOURCE_DIR in your CMakeLists.txt file... It's > d

[CMake] Shared libraries cannot be found after deploying a CPack package

2009-07-15 Thread Frank Stappers
directory that deviates from the $CMAKE_INSTALL_PREFIX? If so, which variables/modules do I need set/execute? Thanks in advance for any help, Frank Stappers ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware

Re: [CMake] Shared libraries cannot be found after deploying a CPack package

2009-07-16 Thread Frank Stappers
Hendrik Sattler wrote: > Am Mittwoch 15 Juli 2009 17:20:25 schrieb Frank Stappers: >> With the help of CPack we would like to make packages. Currently, >> we can make packages for MAC OSX (DMG, TSGZ, GZ) and UNIX (RPM, DEB, >> STGZ, GZ). For static builds (so no shared libr

[CMake] CPACK and NSIS

2009-08-31 Thread Frank Stappers
Regards, Frank -- ====== F.P.M (Frank) Stappers Eindhoven University of Technology Department of Mathematics and Computer Science OAS Group, HG 6.82 P.O.Box 513, 5600 MB Eindhoven The Netherlands Phone: +31-40-2472714 E-mail: f.p.m.stapp...@tue.nl URL:http://www.win.t

[CMake] CMake 2.8 - Set LABELS globally

2009-10-12 Thread Frank Stappers
've made a mistake. So if somebody has any experience with setting labels globally, and wants to share the experience, I would love to hear. Kind Regards, Frank Stappers ___ Powered by www.kitware.com Visit other Kitware open-source projects at htt

Re: [CMake] Experimental debug tests with MSVC2008 for dashboard

2009-10-22 Thread Frank Stappers
ut, it builds a release version (and > not a debug) for PROJECT. > I've tested it on 2.6.4 and 2.8.0-rc3, and both seem to suffer from > this phenomenon. > If somebody could give some advise, I would be very thankful. > > Kind Regards, >