X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=CMakeLists.txt;h=6aa82b6796718cf3f8b8be64104171960b544c9d;hb=0eca7c9ffdf87a8a5a11858879b2f726ef9cb64a;hp=2d330de3081e3ebbe4ecbe1e7f521b4cd87626a5;hpb=2e5089d514ad890d04d9243c14db91a7c4814583;p=folly.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 2d330de3..6aa82b67 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,12 +34,6 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Windows") "MSVC version '${MSVC_VERSION}' is not supported." ) endif() -else() - message( - FATAL_ERROR - "The CMake build should only be used on Windows. " - "For every other platform, use autoconf." - ) endif() set(FOLLY_DIR "${CMAKE_CURRENT_SOURCE_DIR}/folly")