Skip to content

Commit

Permalink
removed add_definintions for lmdb
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz committed Dec 20, 2017
1 parent b43b015 commit e0b7945
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/lmdb/CMakeLists.txt
Expand Up @@ -23,10 +23,6 @@ add_library(bareoslmdb SHARED mdb.c midl.c)
# empty the include_directories
set_property(TARGET bareoslmdb PROPERTY INCLUDE_DIRECTORIES "")

IF(HAVE_WIN32)
add_definitions(-Wall -m64 -mwin32 -mthreads)
ENDIF()

set_target_properties(bareoslmdb PROPERTIES VERSION "${VERSION}"
SOVERSION "${SOVERSION}"
DEFINE_SYMBOL "BUILDING_DLL"
Expand Down

0 comments on commit e0b7945

Please sign in to comment.