aboutsummaryrefslogtreecommitdiff
path: root/src/os_unix.c
diff options
context:
space:
mode:
authorRich Wareham <rjw57@cam.ac.uk>2014-02-24 18:52:12 +0000
committerRich Wareham <rjw57@cam.ac.uk>2014-02-24 18:52:12 +0000
commitfd346a95fa619ef3dd8440bf541332ea2c97e399 (patch)
tree8eec47f74a77b542470d9ebff8ff4cc0371eeab9 /src/os_unix.c
parent68847d78255039b8866d98140a26c183925f735d (diff)
downloadrneovim-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