0
0
mirror of https://github.com/zeromq/libzmq.git synced 2024-12-26 23:01:04 +08:00

Fixes missing IMPORTED_LOCATION in import-target

This commit is contained in:
Steffen Wittmeier 2018-03-12 13:38:46 +01:00
parent 9c748f1bf1
commit 79d9f2ba1e

View File

@ -1100,6 +1100,7 @@ if (MSVC)
EXPORT ${PROJECT_NAME}-targets
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
COMPONENT SDK)
if (CMAKE_BUILD_TYPE STREQUAL "Debug")