From 18c00f0a4bbf23c12ed2a48155c73f948c5ec9d0 Mon Sep 17 00:00:00 2001 From: Mikhail Titov Date: Tue, 8 Mar 2016 16:58:51 -0600 Subject: [PATCH] Avoid debug symbol files (PDB) collision with MSVC --- build/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/CMakeLists.txt b/build/CMakeLists.txt index 577dcc66..ef5be84c 100644 --- a/build/CMakeLists.txt +++ b/build/CMakeLists.txt @@ -56,7 +56,7 @@ if (CMAKE_SYSTEM_NAME STREQUAL "Windows" OR MSYS) endif () add_library(libi2pd ${LIBI2PD_SRC}) -set_target_properties(libi2pd PROPERTIES OUTPUT_NAME "i2pd") +set_target_properties(libi2pd PROPERTIES PREFIX "") install(TARGETS libi2pd EXPORT libi2pd ARCHIVE DESTINATION lib