mirror of
https://github.com/taglib/taglib.git
synced 2025-07-25 08:24:29 -04:00
Fix #667: Compiled TagLib framework for OS X fails at codesign.
This commit is contained in:
@ -365,7 +365,13 @@ set_target_properties(tag PROPERTIES
|
||||
PUBLIC_HEADER "${tag_HDRS}"
|
||||
)
|
||||
if(BUILD_FRAMEWORK)
|
||||
set_target_properties(tag PROPERTIES FRAMEWORK TRUE)
|
||||
unset(INSTALL_NAME_DIR)
|
||||
set_target_properties(tag PROPERTIES
|
||||
FRAMEWORK TRUE
|
||||
MACOSX_RPATH 1
|
||||
VERSION "A"
|
||||
SOVERSION "A"
|
||||
)
|
||||
endif()
|
||||
|
||||
install(TARGETS tag
|
||||
|
Reference in New Issue
Block a user