]> git.lyx.org Git - features.git/commit
Cmake tests: Remove the use of file(TIMESTAMP...)
authorKornel Benko <kornel@lyx.org>
Thu, 29 Oct 2015 10:07:34 +0000 (11:07 +0100)
committerKornel Benko <kornel@lyx.org>
Thu, 29 Oct 2015 10:07:34 +0000 (11:07 +0100)
commit9b1f459f77486e508264ccff538e1a2a6e577cfc
treee8c81393ac626d49e5a063ffb81b3ad43e71d2da
parent0ca63f4e27edd749331b3e94b84538b7af5f776b
Cmake tests: Remove the use of file(TIMESTAMP...)

Cmake versions prior to 2.8.11 don't know this command, but
our minimal requirenment is 2.6.4

Thank to Vincent, it is replaced by using 'if(file1 IS_NEWER_THAN file2)' comparision.
src/tex2lyx/test/runtests.cmake