diff --git a/cmake/ProjectConfig.cmake b/cmake/ProjectConfig.cmake
index fb15465..107560f 100644
--- a/cmake/ProjectConfig.cmake
+++ b/cmake/ProjectConfig.cmake
@@ -128,7 +128,6 @@ macro(osmscout_library_project)
 		if(BUILD_SHARED_LIBS)
 			install(FILES $<TARGET_PDB_FILE:${_name}> DESTINATION ${CMAKE_INSTALL_PREFIX}/bin CONFIGURATIONS Debug)
 		else()
-			install(FILES $<TARGET_PDB_FILE:${_name}> DESTINATION ${CMAKE_INSTALL_PREFIX}/lib CONFIGURATIONS Debug)
 		endif()
 	endif()
 endmacro(osmscout_library_project)
