Skip to content

Commit 1cc1c56

Browse files
committedSep 9, 2013
Add message that LevelDB is not supported on Windows
1 parent 7e44c2a commit 1cc1c56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/leveldb/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ endif()
2323

2424
# OS detection
2525
if(WIN32)
26+
message(FATAL_ERROR "LevelDB currently doesn't support Windows")
2627
add_definitions(-DLEVELDB_PLATFORM_WINDOWS -DOS_WIN -DWIN32_LEAN_AND_MEAN)
2728
if(MINGW)
2829
add_definitions(-DMINGW)

0 commit comments

Comments
 (0)
Please sign in to comment.