Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use configure_file(... COPYONLY) instead of file(COPY ...).
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Mon, 12 Nov 2012 20:19:11 +0000 (21:19 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Mon, 12 Nov 2012 20:19:11 +0000 (21:19 +0100)
commit302db92b2c868b5f55ec8a32e440e5ecf3e94f5b
tree07dbd5a81eb83d6959580b4459338255d68e2110
parent996f82a2b67e49a58b1de059bc44143e17a25ff6
Use configure_file(... COPYONLY) instead of file(COPY ...).

file(COPY ...) does not exist in cmake before 2.8.
teshsuite/smpi/mpich-test/CMakeLists.txt