Add message that LevelDB is not supported on Windows

This commit is contained in:
Sfan5 2013-09-06 20:50:02 +02:00
parent 7e44c2ace1
commit 1cc1c56234
1 changed files with 1 additions and 0 deletions

View File

@ -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)