Remove install of llcommon as a dylib
This commit is contained in:
@@ -210,12 +210,3 @@ target_link_libraries(
|
|||||||
${WINDOWS_LIBRARIES}
|
${WINDOWS_LIBRARIES}
|
||||||
)
|
)
|
||||||
|
|
||||||
if (DARWIN)
|
|
||||||
# Don't embed a full path in the library's install name
|
|
||||||
set_target_properties(
|
|
||||||
llcommon
|
|
||||||
PROPERTIES
|
|
||||||
BUILD_WITH_INSTALL_RPATH 1
|
|
||||||
INSTALL_NAME_DIR "@executable_path/../Resources"
|
|
||||||
)
|
|
||||||
endif (DARWIN)
|
|
||||||
|
|||||||
Reference in New Issue
Block a user