Commit 266c8122 authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

Fix output name of embedded library,

honor OUTPUT_NAME in MERGE_LIBRARIES macro
parent 493ee9d3
......@@ -220,7 +220,7 @@ MACRO(MERGE_LIBRARIES)
SET(LIBS ${ARG_DEFAULT_ARGS})
LIST(REMOVE_AT LIBS 0)
IF(ARG_STATIC)
IF (NOT "${ARG_OUTPUT_NAME}")
IF (NOT ARG_OUTPUT_NAME)
SET(ARG_OUTPUT_NAME ${TARGET})
ENDIF()
MERGE_STATIC_LIBS(${TARGET} ${ARG_OUTPUT_NAME} "${LIBS}")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment