Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rework how model checking and mmap get enabled/disabled
authordegomme <augustin.degomme@unibas.ch>
Mon, 31 Oct 2016 13:35:33 +0000 (14:35 +0100)
committerdegomme <augustin.degomme@unibas.ch>
Mon, 31 Oct 2016 13:35:33 +0000 (14:35 +0100)
commit11644e1a44c3ff95e0fbd27e63e654ca647b30e8
treeab0ff7be0f959bc527cbab5f3c2816185ba6c0ed
parent37af64789389e50cbea3b81a39254226cb53e798
Rework how model checking and mmap get enabled/disabled

Simplify test: model checking relies on linux-only syscalls such as signalfd,
mremap, so it won't work on anything else.

But do not set HAVE_MMAP to 0 if MC cannot be built, other parts could use it
Courtesy of M. Volat
CMakeLists.txt