Re: [CMake] Find executable a test it's version

2007-12-02 Thread Brandon Van Every
On Dec 2, 2007 5:02 PM, pepone. onrez <[EMAIL PROTECTED]> wrote: > > Any ideas for this task Aren't the CMake docs sufficient to explain this? FIND_PROGRAM... or whatever. Cheers, Brandon Van Every ___ CMake mailing list CMake@cmake.org http://www.cma

Re: [CMake] Makefile verbose ouput

2007-12-02 Thread Brandon Van Every
On Dec 2, 2007 5:06 PM, pepone. onrez <[EMAIL PROTECTED]> wrote: > Hello > > I whant to view the commands that are running with out of the arguments , > there are any options for enable this make VERBOSE=1 Cheers, Brandon Van Every ___ CMake mailing li

[CMake] Makefile verbose ouput

2007-12-02 Thread pepone . onrez
Hello I whant to view the commands that are running with out of the arguments , there are any options for enable this Thanks ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

[CMake] Find executable a test it's version

2007-12-02 Thread pepone . onrez
Hello all I'm new cmake user and need to write a module for test if a pacakage exists, In my case i need to check If Ice (Internet Communication Engine | http://www.zeroc.com) is installed, this package is a set of shared libraries, include files, and compilers for slice language. I need to be ab

Re: [CMake] Can't get cmake to do debug build with wxwidgets

2007-12-02 Thread Miguel A. Figueroa-Villanueva
On Dec 2, 2007 9:18 AM, Joseph Garvin wrote: > On Dec 1, 2007 11:38 AM, Miguel A. Figueroa-Villanueva < [EMAIL PROTECTED]> > wrote: > > On Nov 30, 2007 1:43 PM, Joseph Garvin wrote: > > > Under windows, everything works fine. However, trying to build my > project on > > > Linux, I think that cmake

[CMake] Dynamically add source files

2007-12-02 Thread Steven Van Ingelgem
Hi all, I don't know if this has been done already, but I needed something like this, so I wrote it. What does it do? If you have a directory structure like: /src/defines/Header.h /src/defines/Header.cpp /src/dir.h /src/dir.cpp It will add all files under /src while maintaining the relative po

Re: [CMake] CMake does not recurse subdirectores

2007-12-02 Thread Hendrik Sattler
Am Sonntag 02 Dezember 2007 schrieb Sumit Kumar: > The CMakeLists.txt file in DIR calls > SUBDIRS(SDir1) > > The CMakeLists.txt file in SDir1 has > SUBDIRS( > SDir2a > SDir2b > ) > SDir2a and SDir2b have their own CMakeLists.txt files $cmake --help-command subdirs "The ADD_SUBDIRECTORY command sho

[CMake] CMake Error

2007-12-02 Thread Cem DEMiRKIR
Hello group. I've been trying to build ITK on my machine, and obviously is not related to what is built, and CMake produces some errors at the configuration step. Perhaps someoneelse has already encountered similar type of problem ? My setup: Windows XP, ITK 3.4.0 Latest Release, CMake 2.4.4,