From: Sfan5 Date: Fri, 6 Sep 2013 18:50:02 +0000 (+0200) Subject: Add message that LevelDB is not supported on Windows X-Git-Tag: 0.4.8~153 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1cc1c5623402daf1b2205e06f23a21ca9527eb49;p=oweals%2Fminetest.git Add message that LevelDB is not supported on Windows --- diff --git a/src/leveldb/CMakeLists.txt b/src/leveldb/CMakeLists.txt index 44d2a93fc..243de8306 100644 --- a/src/leveldb/CMakeLists.txt +++ b/src/leveldb/CMakeLists.txt @@ -23,6 +23,7 @@ endif() # OS detection if(WIN32) + message(FATAL_ERROR "LevelDB currently doesn't support Windows") add_definitions(-DLEVELDB_PLATFORM_WINDOWS -DOS_WIN -DWIN32_LEAN_AND_MEAN) if(MINGW) add_definitions(-DMINGW)