Re: [CMake] make package_source and binary subdir of source

2008-03-09 Thread Alexander Neundorf
On Saturday 08 March 2008, Alan W. Irwin wrote: > To summarize, Erk's current proposal is to implement > > set_source_files_properties(file1 file2 > PROPERTIES CPACK_PACKAGE_SOURCE true) > and > > CPACK_SOURCE_ADD_FILES "list of regular_expressions" > > for inclusi

Re: [CMake] build a shared library from static libraries

2008-03-09 Thread Alexander Neundorf
On Friday 07 March 2008, packadal wrote: > Thank you for answering my questions again :) > and sorry for my late answer too :p > > the thing is I could'nt figure out how to set a variable in a cmakelists > which is in a subdirectory... You have to set them in the parent directory or set them ibn a

[CMake] website looking tight

2008-03-09 Thread Matt McCormick
Just wanted to call peoples' attention to the new website design. I thought the old design was pretty good, but the facelift looks great. Well done cmake/kitware. ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] Setting command line arguments for visual

2008-03-09 Thread Jesper Eskilson
Olivier Tournaire wrote: Thank you Philip for your answer. My problem is not to choose the configuration, but how to set the command line arguments. That means the parameters passed to the programm, when launched from visual studio IDE (*argc). Is there a way to do this ? I believe not. Th

Re: [CMake] Setting command line arguments for visual

2008-03-09 Thread Olivier Tournaire
Thank you Philip for your answer. My problem is not to choose the configuration, but how to set the command line arguments. That means the parameters passed to the programm, when launched from visual studio IDE (*argc). Is there a way to do this ? Regards, Olivier Philip Lowman a écrit : On

Re: [CMake] cmake // how to find out compiler version in CMakeLists.txt

2008-03-09 Thread blinkeye
On 03/09/2008 09:18 AM, Sergey Nik wrote: Hi all, I'm looking information how I can determinate GCC version in my CMakeLists.txt script. After short searching mail list archive I've not found something relevant. Is it possible? Thank you in advance, Sergey A combination of EXECUTE_PROCESS a

[CMake] cmake // how to find out compiler version in CMakeLists.txt

2008-03-09 Thread Sergey Nik
Hi all, I'm looking information how I can determinate GCC version in my CMakeLists.txt script. After short searching mail list archive I've not found something relevant. Is it possible? Thank you in advance, Sergey ___ CMake mailing list CMake@cmake.org