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 bundles sources of boost
and some other large libs. What I want to achieve is to exclude
certain paths which change infrequently(boost is among of those paths)
from dependency checking resolver. Basically, I'm trying the following
command:

include_regular_expression("(projectA|projectB|projectC)")

...and it looks like it's not working properly, depend.make still
contains lots of unnecessary entries.

Am I missing something? Thanks in advance.

P.S It would be very cool to have "exclude_regular_expression" as well
in some future version of CMake ;)

-- 
Best regards, Pavel
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to