RE: [CMake] return and break commands

2008-01-25 Thread Josef Karthauser
How easy would it be to port this functionality to 2.4.x? Joe -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ken Martin Sent: 23 January 2008 15:56 To: cmake@cmake.org Subject: [CMake] return and break commands I just checked into CVS return

RE: [CMake] return and break commands

2008-01-25 Thread Josef Karthauser
What would be useful, would be to be able to interrupt the current CMakeLists file, from within a macro. The usage case would be: CMakeLists.txt (from a subdirectory): INCLUDE(my_macros) MY_CONFIG_MACRO() # normal stuff follows The

RE: [CMake] return and break commands

2008-01-25 Thread Josef Karthauser
- From: Ken Martin [mailto:[EMAIL PROTECTED] Sent: 25 January 2008 15:18 To: Josef Karthauser; cmake@cmake.org Subject: RE: [CMake] return and break commands It would not be that hard to port it, but...I'm pretty sure we are done with the 2.4 branch. 2.4.8 is probably the last of the 2.4

RE: [CMake] return and break commands

2008-01-25 Thread Josef Karthauser
-Original Message- From: Ken Martin [mailto:[EMAIL PROTECTED] Sent: 25 January 2008 15:04 To: Josef Karthauser; cmake@cmake.org Subject: RE: [CMake] return and break commands What would be useful, would be to be able to interrupt the current CMakeLists file, from within a macro

RE: [CMake] return and break commands

2008-01-25 Thread Ken Martin
This is the commit that has the changes in it. Lots of little changes mainly. http://www.cmake.org/Testing/Sites/DASH2.kitware/Win32-vs70/20080123-1550-Co ntinuous/Update.html Ken Ken Martin PhD Kitware Inc. 28 Corporate Drive Clifton Park NY 12065 518 371 3971 I don't mind porting the

RE: [CMake] return and break commands

2008-01-25 Thread Ken Martin
What would be useful, would be to be able to interrupt the current CMakeLists file, from within a macro. We initially implemented it that way but due to some obscure parts of the US export control laws we realized we would never be able to distribute it. OK, I just made that up, but I'm sure

RE: [CMake] return and break commands

2008-01-25 Thread Ken Martin
Drive Clifton Park NY 12065 518 371 3971 -Original Message- From: Josef Karthauser [mailto:[EMAIL PROTECTED] Sent: Friday, January 25, 2008 3:11 AM To: Ken Martin; cmake@cmake.org Subject: RE: [CMake] return and break commands How easy would it be to port this functionality to 2.4.x

Re: [CMake] return and break commands

2008-01-25 Thread Bill Hoffman
Josef Karthauser wrote: Ah ok. I'm still using 2.4.7. Are functions a new unreleased thing? So from what you've just said I expect that RETURN in a macro in 2.4.7 will cause the current CMakeLists.txt file to end processing. Is that correct? So, the next question, is how easy is to back

Re: [CMake] return and break commands

2008-01-23 Thread Filipe Sousa
Ken Martin wrote: Incomplete cvs update maybe or locally edited files? cmSetProperty looks my fault, sorry. signature.asc Description: OpenPGP digital signature ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake