cmake: explicitly disable fdatasync when building for OSX.
authorTom Hughes <tom.hughes@palm.com>
Fri, 4 Mar 2011 16:37:34 +0000 (10:37 -0600)
committerRyan Dahl <ry@tinyclouds.org>
Mon, 7 Mar 2011 18:47:29 +0000 (10:47 -0800)
commit7a272d92e3e4ba1cc98e4f1b977552da89ec55bf
treefc97e3f6da68cc0c5bf84b94c4f028c0caf6a057
parentdb6ea1094836621809284de7334fe90fd13905d9
cmake: explicitly disable fdatasync when building for OSX.

This ensures that the check_function_exists() for fdatasync in the
libeio CMakeLists.txt is not run, since that fails on some versions of
OSX (http://public.kitware.com/Bug/view.php?id=10044).
cmake/configure.cmake