[CMake] how to make cmake filter the environments' CXXFLAG, and use that filtered string for the build types of choice?

2008-03-14 Thread Stefan Kögl
hi to all, I'm using cmake under linux for a c++ project. I want / have to filter out gcc CXXFLAGS provided by the environment. Supposed a user of my trunk wants to compile my software, and sets some nice flags my program will not like at runtime: export CXXFLAGS="-march=prescott -O6 -fguess-n

Re: [CMake] installing generated files

2007-11-28 Thread Stefan Kögl
Am Mittwoch, 28. November 2007 10:38:20 schrieb Brandon Van Every: > You need to know the names of the files that will be generated and > then INSTALL(FILES ...) > Typically I just have a hardwired list of root words, from which I > derive .cxx .hxx and whatever a doxygen suffix is. Here are some

[CMake] installing generated files

2007-11-27 Thread Stefan Kögl
}) ## Stefan Kögl signature.asc Description: This is a digitally signed message part. ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

[CMake] prefered header version?

2007-08-17 Thread Stefan Kögl
Hi, I'm not new to c++ programming, but new to cmake . I have started an opensource project at berlios. I don't know if I'm allowed to name it here, but if you want to know, feel free to ask me for the url and name. Now I want to make a library version bump while keeping the stable version. The