Skip to content

Commit 8453a16

Browse files
committed
Gersemi
1 parent 7d89e7e commit 8453a16

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

cmake/ystdlib-helpers.cmake

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -210,16 +210,7 @@ function(install_library)
210210
endif()
211211

212212
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-
)
213+
install(TARGETS "${ARG_NAME}" EXPORT "${EXPORT_NAME}" LIBRARY ARCHIVE RUNTIME FILE_SET HEADERS)
223214

224215
install(
225216
EXPORT "${EXPORT_NAME}"

0 commit comments

Comments
 (0)