cmake: remove the check preventing cmake on non-Windows platforms
authorAdam Simpkins <simpkins@fb.com>
Fri, 19 Jan 2018 04:43:24 +0000 (20:43 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Fri, 19 Jan 2018 05:04:33 +0000 (21:04 -0800)
commit0eca7c9ffdf87a8a5a11858879b2f726ef9cb64a
tree5a713788be44a9e20065571cadb0a4b21449a9d3
parent2e5089d514ad890d04d9243c14db91a7c4814583
cmake: remove the check preventing cmake on non-Windows platforms

Summary:
I believe the CMake build scripts have a similar level of functionality to the
autoconf-based build scripts even on Linux these days.  This lets users use
CMake on Linux and Mac, rather than directing them to autoconf instead.

Reviewed By: meyering

Differential Revision: D6745366

fbshipit-source-id: 0361eecead55ee06269192eee8d2e7286eb182b8
CMakeLists.txt