How can I have a CMake script run if a certain non-source file has changed since the last project build?

I have a script which extracts some revision information from "svn info" and places it in a source file via CONFIGURE_FILE. I'd like this script to be executed during build every time the ${CMAKE_SOURCE_DIR}/.svn/entries file changes. (This file is altered every time I commit a file or update from the repository.)

Is this possible?

Thanks--
Abe
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to