Skip to content

Commit

Permalink
build: cmake: remove lib prefix on Windows (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
fcelda authored Apr 27, 2021
1 parent 588fdc7 commit f898d8d
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)

target_include_directories(maxminddb PUBLIC
$<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}>
$<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/include>
Expand Down

0 comments on commit f898d8d

Please sign in to comment.