early-access version 2853
This commit is contained in:
12
externals/vcpkg/ports/nu-book-zxing-cpp/ignore-pdb-install-symbols-in-lib.patch
vendored
Executable file
12
externals/vcpkg/ports/nu-book-zxing-cpp/ignore-pdb-install-symbols-in-lib.patch
vendored
Executable file
@@ -0,0 +1,12 @@
|
||||
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()
|
||||
Reference in New Issue
Block a user