Re: [CMake] Running shell scripts...

2008-02-04 Thread Benjamen R. Meyer
Bill Hoffman wrote: > Benjamen R. Meyer wrote: >> Brandon Van Every wrote: >>> On Feb 3, 2008 7:16 PM, Benjamen R. Meyer <[EMAIL PROTECTED]> wrote: I wrote a bash shell script to get the SVN global revision information (e-mail me privately if you want a copy) to put into a header file >>>

Re: [CMake] Running shell scripts...

2008-02-04 Thread Bill Hoffman
Benjamen R. Meyer wrote: Brandon Van Every wrote: On Feb 3, 2008 7:16 PM, Benjamen R. Meyer <[EMAIL PROTECTED]> wrote: I wrote a bash shell script to get the SVN global revision information (e-mail me privately if you want a copy) to put into a header file under POSIX systems. The script is loc

Re: [CMake] Running shell scripts...

2008-02-04 Thread Benjamen R. Meyer
Brandon Van Every wrote: > On Feb 3, 2008 7:16 PM, Benjamen R. Meyer <[EMAIL PROTECTED]> wrote: >> I wrote a bash shell script to get the SVN global revision information >> (e-mail me privately if you want a copy) to put into a header file under >> POSIX systems. The script is located at ${CMAKE_RO

Re: [CMake] Running shell scripts...

2008-02-03 Thread Brandon Van Every
On Feb 3, 2008 7:16 PM, Benjamen R. Meyer <[EMAIL PROTECTED]> wrote: > I wrote a bash shell script to get the SVN global revision information > (e-mail me privately if you want a copy) to put into a header file under > POSIX systems. The script is located at ${CMAKE_ROOT}; however, I am > having di

[CMake] Running shell scripts...

2008-02-03 Thread Benjamen R. Meyer
I wrote a bash shell script to get the SVN global revision information (e-mail me privately if you want a copy) to put into a header file under POSIX systems. The script is located at ${CMAKE_ROOT}; however, I am having difficulty getting it to appear in the Makefile. Below is the syntax from top-m