Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use FindThreads to check for pthreading
authorMatthieu Volat <mazhe@alkumuna.eu>
Tue, 23 May 2017 17:15:16 +0000 (19:15 +0200)
committerdegomme <augustin.degomme@unibas.ch>
Tue, 23 May 2017 19:31:55 +0000 (21:31 +0200)
commit7ad8b918b33a4dcfbcff84a443ad0cb34d6ebe97
treeab5dfffe177b20fb518e7626b364173971fd785b
parent96c00b83efee36af986777b823c79938297ca17d
Use FindThreads to check for pthreading

It will prefer using threading as library if possible, and fallback
on -pthread only if necessary, which some compilers/systems
do not support anymore.
CMakeLists.txt
tools/cmake/MakeLib.cmake