Skip to content

Commit

Permalink
Add message that LevelDB is not supported on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
sfan5 committed Sep 9, 2013
1 parent 7e44c2a commit 1cc1c56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/leveldb/CMakeLists.txt
Expand Up @@ -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)
Expand Down

0 comments on commit 1cc1c56

Please sign in to comment.