From 41079edb5d49ce9f50e73f31f9bc8c7f6d2e05a3 Mon Sep 17 00:00:00 2001 From: Jan Vcelak Date: Mon, 26 Apr 2021 16:15:43 +0200 Subject: [PATCH] build: cmake: remove lib prefix on Windows --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9665e18f..c4c7a24c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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