We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6edbd7 commit 1e6d52aCopy full SHA for 1e6d52a
bindings/c/CMakeLists.txt
@@ -43,7 +43,7 @@ install(FILES
43
44
install(FILES
45
"$<TARGET_PROPERTY:accesskit-shared,IMPORTED_LOCATION>"
46
- "$<$<NOT:$<STREQUAL:$<TARGET_PROPERTY:accesskit-shared,IMPORTED_IMPLIB>,>>:${CMAKE_CURRENT_BINARY_DIR}/accesskit.pdb>"
+ "$<$<STREQUAL:${_accesskit_toolchain},msvc>:${CMAKE_CURRENT_BINARY_DIR}/accesskit.pdb>"
47
DESTINATION "${ACCESSKIT_LIBRARIES_DIR}/shared"
48
)
49
0 commit comments