Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
try to compile mpi.mod even if the config was run previously
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Fri, 11 Jan 2019 23:30:17 +0000 (00:30 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Sat, 12 Jan 2019 14:21:04 +0000 (15:21 +0100)
commit8027c7e2096e3eb887cc011b1937d10ae568310a
tree4ca65d11da3d9a0be991e2c84e8761b6e1bec61b
parentd9f4e4185804d343529d889496a938ee1923e8aa
try to compile mpi.mod even if the config was run previously

If I understand correctly, this target was previously built in the
first run, right after the cmake run. Now that tests are separated, I
need to save whether or not this target should be built by caching
this variable.

But I'm not sure at all...
CMakeLists.txt