2.4.28
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
set(MYX_CMAKE_PACKAGE_VERSION "2.4.26")
|
||||
set(MYX_CMAKE_PACKAGE_VERSION "2.4.28")
|
||||
if(MYX_CMAKE_PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION)
|
||||
set(PACKAGE_VERSION_COMPATIBLE FALSE)
|
||||
else()
|
||||
|
@ -69,11 +69,12 @@ function(myx_add_interface_library TARGET_NAME)
|
||||
set(__exlib "${__lib}_shared")
|
||||
endif()
|
||||
endif()
|
||||
else()
|
||||
install(TARGETS ${__lib}
|
||||
EXPORT ${TARGET_NAME}Targets
|
||||
COMPONENT DEV)
|
||||
endif()
|
||||
target_link_libraries(${TARGET_NAME} INTERFACE ${__exlib})
|
||||
# install(TARGETS ${__exlib}
|
||||
# EXPORT ${TARGET_NAME}Targets
|
||||
# COMPONENT DEV)
|
||||
endif()
|
||||
endforeach()
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user