diff options
author | Rich Wareham <rjw57@cam.ac.uk> | 2014-02-24 18:52:12 +0000 |
---|---|---|
committer | Rich Wareham <rjw57@cam.ac.uk> | 2014-02-24 18:52:12 +0000 |
commit | fd346a95fa619ef3dd8440bf541332ea2c97e399 (patch) | |
tree | 8eec47f74a77b542470d9ebff8ff4cc0371eeab9 /src/os_unix.c | |
parent | 68847d78255039b8866d98140a26c183925f735d (diff) | |
download | rneovim-fd346a95fa619ef3dd8440bf541332ea2c97e399.tar.gz rneovim-fd346a95fa619ef3dd8440bf541332ea2c97e399.tar.bz2 rneovim-fd346a95fa619ef3dd8440bf541332ea2c97e399.zip |
use CMake's built in pthread detection
CMake ships with a standard FindThreads module which can be used to a)
test for a threading library and b) confirm that it is pthread. It also
allows the hard-coding of the threading library name to be removed from
``src/CMakeLists.txt``.
Make it an error not to have a pthread library installed and indicate to
CMake that we strongly prefer pthread to any other platform threading
library.
Diffstat (limited to 'src/os_unix.c')
0 files changed, 0 insertions, 0 deletions