13 lines
480 B
Diff
13 lines
480 B
Diff
|
diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt
|
||
|
index 7a2db60..17e0a52 100644
|
||
|
--- a/core/CMakeLists.txt
|
||
|
+++ b/core/CMakeLists.txt
|
||
|
@@ -474,7 +474,4 @@ if(MSVC)
|
||
|
set_target_properties(ZXing PROPERTIES
|
||
|
COMPILE_PDB_NAME ZXing
|
||
|
COMPILE_PDB_OUTPUT_DIR ${CMAKE_CURRENT_BINARY_DIR})
|
||
|
- install(FILES ${CMAKE_CURRENT_BINARY_DIR}/ZXing.pdb
|
||
|
- DESTINATION ${CMAKE_INSTALL_LIBDIR}
|
||
|
- CONFIGURATIONS Debug RelWithDebInfo)
|
||
|
endif()
|