[CMake] mingw crosscompile error: invalid option `macosx-version-min=10.5' ?

2010-01-02 Thread Claus Klein
I have problems to crosscompile on MAC-OS for MinGW. How kann I prevent this strange compiler flag on a Darwin Plattform? Thanks Claus - cmake -DCMAKE_C_COMPILER=i386-mingw32-gcc -DCMAKE_CXX_COMPILER=i386- mingw32-g++ --debug-trycompile --debug-output -

Re: [CMake] fltk and cmake get undefined reference.

2010-01-02 Thread e...@cs.bgu.ac.il
solved it, it seems that the cmake file didn't contained the right paths to search at. On Thu 31 Dec 23:43 2009 e...@cs.bgu.ac.il wrote: > > hello, I have a program that uses fltk, I've defined the require part in > cmakelist.txt but I still get undefined reference error, where are the file's >

Re: [CMake] Build only what you need in third party libs

2010-01-02 Thread Brian Davis
So I figured out the answer to: Can anyone point me on a path which would help me figure out what (global project settings) in dcmtk could be causing these kinds of changes in my unrelated nbody project? I removed (i.e. the force to use earlier version): # check required version of CMake CMAKE_M

Re: [CMake] Build only what you need in third party libs

2010-01-02 Thread Brian Davis
Part 1 - Being resent in brokendown form due to 40kb limit on mail list Continuing on with my attempt to build a project with includes 3rdParty Libs I have run into a problem when adding library (using add_subdirectory( pathtowherever/dcmtk dcmtk ) dcmtk (Dicom Toolkit) and building a CUDA test ap

Re: [CMake] CUDA, CMAKE, and an attempt to build nbody

2010-01-02 Thread Brian Davis
Part 2 - continued from above Now finding where allocateNBodyArrays is in the files should not be hard, but then again I am suing Win7. On a REAL os I would use grep. In the search bar in Win7 I type in allocateNBodyArrays and search NVIDIA SDK and I wait for Win7 to allow me to select find in

[CMake] CUDA, CMAKE, and an attempt to build nbody

2010-01-02 Thread Brian Davis
Part I - This original post bounced off CMake mail list due to 40kb limit. I am was attempting to build the nbody source in the CUDA sdk to both learn CMake and CUDA build settings (this is a documentation of that experience - heck maybe this will help someone else). After moving the sources into

Re: [CMake] [PATCH] FindRuby.cmake does not support version 1.9.1

2010-01-02 Thread Guilherme Balena Versiani
Yes, the attached patch corrects both problems. -- Guilherme Balena Versiani. 2009/12/30 Alexander Neundorf > On Tuesday 29 December 2009, Guilherme Balena Versiani wrote: > > Hello all, > > > > FindRuby.cmake from CMake 2.8.0 does not support Ruby 1.9.1, and has some > > errors on variable RU

Re: [CMake] cmake clean

2010-01-02 Thread C. Meissa
Hi, Am Samstag, 2. Januar 2010 schrieb Pau Garcia i Quiles: > No, there is not. Just use an out-of-source build. Great help. Thanks a lot! C.M. ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensour

Re: [CMake] cmake clean

2010-01-02 Thread Pau Garcia i Quiles
On Sat, Jan 2, 2010 at 1:37 PM, C. Meissa wrote: > Hello list, > > is there a make or cmake target which cleans all cmake generated files? > (e.g. folder CMakeFiles, cmake_install.make, …) > > Would be nice not to be forced doing this manually… No, there is not. Just use an out-of-source build.

[CMake] cmake clean

2010-01-02 Thread C. Meissa
Hello list, is there a make or cmake target which cleans all cmake generated files? (e.g. folder CMakeFiles, cmake_install.make, …) Would be nice not to be forced doing this manually… Thanks in advance C.M. ___ Powered by www.kitware.com Visit other K