MSVC: Fix link issue related to CSK for Debug builds. #767
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Background
compton_tCompton_1
failing. I discovered that this test failure was cased by linking to one compton.dll file by when the test was executed a different dynamic library was called.Description of changes
copy_dll_link_libraries_to_build_dir
(component_macros.cmake
) to copy the correct flavor (Debug vs. Release) to the test installation. This change required a small chagne toFindEOSPAC.cmake
to keep it working.generate_dll_declspec.cmake
that could preventDLL_PUBLIC
function decoration from working properly.print_target_properties.cmake
.Status