We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d89e7e commit 8453a16Copy full SHA for 8453a16
1 file changed
cmake/ystdlib-helpers.cmake
@@ -210,16 +210,7 @@ function(install_library)
210
endif()
211
212
set(EXPORT_NAME "${ARG_NAME}-target")
213
- install(
214
- TARGETS
215
- "${ARG_NAME}"
216
- EXPORT "${EXPORT_NAME}"
217
- LIBRARY
218
- ARCHIVE
219
- RUNTIME
220
- FILE_SET
221
- HEADERS
222
- )
+ install(TARGETS "${ARG_NAME}" EXPORT "${EXPORT_NAME}" LIBRARY ARCHIVE RUNTIME FILE_SET HEADERS)
223
224
install(
225
EXPORT "${EXPORT_NAME}"
0 commit comments