We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e44c2a commit 1cc1c56Copy full SHA for 1cc1c56
src/leveldb/CMakeLists.txt
@@ -23,6 +23,7 @@ endif()
23
24
# OS detection
25
if(WIN32)
26
+ message(FATAL_ERROR "LevelDB currently doesn't support Windows")
27
add_definitions(-DLEVELDB_PLATFORM_WINDOWS -DOS_WIN -DWIN32_LEAN_AND_MEAN)
28
if(MINGW)
29
add_definitions(-DMINGW)
0 commit comments