Skip to content

Commit

Permalink
build: cmake: remove lib prefix on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
fcelda committed Apr 27, 2021
1 parent e7f134b commit 41079ed
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ if(WIN32)
target_link_libraries(maxminddb ws2_32)
endif()

set(CMAKE_SHARED_LIBRARY_PREFIX lib)
set(CMAKE_STATIC_LIBRARY_PREFIX lib)

set(MAXMINDB_INCLUDE_DIR
.
include
Expand Down

0 comments on commit 41079ed

Please sign in to comment.