Re: [CMake] include_regular_expression question(Ubuntu CMake-2.6-patch0)

2009-02-16 Thread Pavel Shevaev
On Sun, Feb 15, 2009 at 11:02 PM, Pavel Shevaev wrote: > Sorry folks, I'm replying to myself - I think I've found a solution: > mark directory containing infrequently changing paths using > "set_directory_properties", e.g: > > set_directory_properties(PROPERTIES INCLUDE_REGULAR_EXPRESSION "^$") A

Re: [CMake] include_regular_expression question(Ubuntu CMake-2.6-patch0)

2009-02-15 Thread Pavel Shevaev
Sorry folks, I'm replying to myself - I think I've found a solution: mark directory containing infrequently changing paths using "set_directory_properties", e.g: set_directory_properties(PROPERTIES INCLUDE_REGULAR_EXPRESSION "^$") -- Best regards, Pavel __

[CMake] include_regular_expression question(Ubuntu CMake-2.6-patch0)

2009-02-13 Thread Pavel Shevaev
Hi folks, I'm new to CMake and quite happy about it(especially after having tried SCons and WAF), thank you guys, you're doing great job. The only issue bothering me at the moment is "include_regular_expression" command which I can't make work properly. I'm developing quite a large project which