Re: [CMake] Adding dylib with either @rpath or absolute paths to osx cmd line executable target

2013-02-19 Thread Bart Nabbe
nto a bundle and uses > @executable_path. BundleUtilities does not support @rpath, except that it is > recognized and changed to @executable_path. > > Clint > > On Friday, February 15, 2013 06:57:35 PM Bart Nabbe wrote: >> Hi, >> >> I'm sure I just overlooked

[CMake] Adding dylib with either @rpath or absolute paths to osx cmd line executable target

2013-02-15 Thread Bart Nabbe
f it would really be suitable to solve the problem. Any suggestions would be greatly appreciated. Thanks, Bart -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ

Re: [CMake] Using different installs/versions of the OpenCV library

2013-02-14 Thread Bart Vandewoestyne
On 02/14/2013 04:35 PM, Andreas Stahl wrote: Hello Bart, have you tried setting OpenCV_DIR before calling find_package()? I'm basing this on http://opencv.willowgarage.com/wiki/FindOpenCV.cmake Most package Find.cmake scripts look if _DIR is set to a valid directory and look there first fo

Re: [CMake] Using different installs/versions of the OpenCV library

2013-02-14 Thread Bart Vandewoestyne
ne arguments. I tried with cmake -d USE_TMP_OPENCV and stuff like that, but somehow the wrong version was used if i did not specify a -D argument (hoping for the automatic discovery). I guess I'll have to freshen up my understanding of if-elseif-else control flow and specifying variables o

Re: [CMake] Using different installs/versions of the OpenCV library

2013-02-14 Thread Bart Vandewoestyne
"2.4.3". The following configuration files were considered but not accepted: /usr/share/OpenCV/OpenCVConfig.cmake, version: 2.3.1 -- Configuring incomplete, errors occurred! Any other suggestions? It would really be nice for me to be able to easily switch between different OpenCV in

[CMake] Using different installs/versions of the OpenCV library

2013-02-14 Thread Bart Vandewoestyne
I specify that in my CMakeLists.txt file? I have tried set(OpenCV_FOUND "1") set(OpenCV_INCLUDE_DIR "/home/bart/Git/Research/fat/inc/TraficonOpenCv/opencv") set(OpenCV_LIBS "opencv_gpu;opencv_contrib;opencv_legacy;opencv_objdetect;opencv_calib3d;opencv_features2d;op

[CMake] figuring out exact name of boost-regex lib to use

2012-02-28 Thread Bart Vandewoestyne
out automatically the name of the Boost RegEx library to use? Thanks! Bart -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Fo

Re: [CMake] compiling single source with different flags

2009-12-29 Thread Bart
Thanks for those suggestions, I was on that path, but I can not get it to work properly: foo$ cmake . -- Configuring done -- Generating done -- Build files have been written to: /home/bart/foo foo$ make Scanning dependencies of target foo make[2]: *** No rule to make target ` /home/bart/foo

[CMake] compiling single source with different flags

2009-12-29 Thread Bart
ustom command to generate the source files (which did not work), and would have still left me with how to compile them with different -D flags. So I would be interested to hear how I would be able to do this. Thanks, Bart ___ Powered by www.kitware.com

[CMake] compiling single source with different flags

2009-12-29 Thread Bart
ustom command to generate the source files (which did not work), and would have still left me with how to compile them with different -D flags. So I would be interested to hear how I would be able to do this. Thanks, Bart ___ Powered by www.kitware.com

[CMake] Mercurial support for CTest

2009-06-28 Thread Bart Janssens
ns to incorporate this patch in a future release? Regards, -- Bart Janssens ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at:

Re: [CMake] cmake 2.6.1: CPACK_NSIS_MODIFY_PATH has no effect

2009-03-30 Thread Bart Janssens
44, running on Vista with SP1. > > Any ideas what could be wrong ? This could be related to bug http://public.kitware.com/Bug/view.php?id=8177 Cheers, -- Bart Janssens ___ Powered by www.kitware.com Visit other Kitware open-source projects at ht

Re: [CMake] Boost system library

2009-03-15 Thread Bart Janssens
COMPONENTS filesystem) > else() >    find_package(Boost COMPONENTS system filesystem) > endif() Thanks, I'll use this workaround until the patched FindBoost makes it into a CMake release. Cheers, -- Bart ___ Powered by www.kitware.com Vi

[CMake] Boost system library

2009-03-12 Thread Bart Janssens
eater than or equal to 1.35? I'm using CMake 2.6.1. Cheers, -- Bart Janssens ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check t

Re: [CMake] cmake 2.6.3 RC 13

2009-02-11 Thread Bart Janssens
se. Any chance http://public.kitware.com/Bug/view.php?id=8177 will be fixed in the next release? Cheers, -- Bart ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep me

Re: [CMake] Automatically listing source files with GLOB (Re: How to make FILE() append to the list of files?)

2008-12-01 Thread Bart Janssens
version of CMake, and IIRC there was some problem with file globbing > back then that was fixed soon afterward.) Just thinking out loud here, but would it be possible for the trigger that determines whether CMake should be rerun or not to check if any files were added/removed? That would ma

[CMake] More control over CPACK_NSIS_MODIFY_PATH

2008-11-26 Thread Bart Janssens
ent user without asking in the installer On a related note, the current behavior when choosing the "all users" option in the generated installer appears to be broken, see http://public.kitware.com/Bug/view.php?id=8177 for details and a patch. Kind regards, -- Bart Janssens _