cmake: try to fix DEBUG install when using MSVC
protobuf and zlib do use CMAKE_DEBUG_POSTFIX
This commit is contained in:
@@ -13,7 +13,7 @@ execute_process(
|
||||
WORKING_DIRECTORY "@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_LIBDIR@"
|
||||
)
|
||||
|
||||
set(DEPS absl_*.lib zlib.lib re2.lib *protobuf.lib)
|
||||
set(DEPS absl_*.lib zlib*.lib re2.lib *protobuf*.lib)
|
||||
if (@BUILD_Cbc@)
|
||||
set(DEPS ${DEPS} Cbc*.lib)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user