Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
do not even test pthread on windows
authorMartin Quinson <martin.quinson@loria.fr>
Sat, 23 Jan 2016 20:53:29 +0000 (21:53 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Sat, 23 Jan 2016 20:53:32 +0000 (21:53 +0100)
commit640883a1466a54c02e3b537b3b1fbd1a0303e34a
treef058979bf640e4cbab59a7a5af92c1ec9922042c
parent0e0de15ba970f2aa894e5f4d2b3c6df863957768
do not even test pthread on windows

This way, the Java library won't have any dependency on the
winpthread-1.dll library provided by mingw32-64.

Less dependencies, less problems.
CMakeLists.txt