Re: [CMake] Question about dependencies and paths

2009-12-30 Thread Eric Noulard
2009/12/30 Talin : > I've got a problem that has been vexing me for several months: It seems that > when I create a custom rule using add_custom_command, the DEPENDS clause > sometimes works and sometimes doesn't, and I can't figure out why. > Here's what my custom rule looks like: >   # Link with

[CMake] Question about dependencies and paths

2009-12-29 Thread Talin
I've got a problem that has been vexing me for several months: It seems that when I create a custom rule using add_custom_command, the DEPENDS clause sometimes works and sometimes doesn't, and I can't figure out why. Here's what my custom rule looks like: # Link with stdlib string(REGEX REPLA