Fix AtCoreWidget Prefix
Closed, ResolvedPublic

Description

Currently AtCoreWidgets is included with AtCoreWidgets this should be AtCore::AtCoreWidgets.

rizzitello assigned this task to tcanabrava.
rizzitello triaged this task as Unbreak Now! priority.

I've checked the current CMake Targets being exported on the CI system and see the following:

# Import target "AtCore::AtCoreWidgets" for configuration "Debug"
set_property(TARGET AtCore::AtCoreWidgets APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
set_target_properties(AtCore::AtCoreWidgets PROPERTIES
  IMPORTED_LOCATION_DEBUG "${_IMPORT_PREFIX}/lib64/libAtCoreWidgets.so.1.0.70"
  IMPORTED_SONAME_DEBUG "libAtCoreWidgets.so.1"
  )

As you can see, it is already AtCore::AtCoreWidgets, so everything should be good to go.

Tomaz has resolved this with D13113 I'm hoping to see it land soon

rizzitello closed this task as Resolved.May 28 2018, 11:42 PM

Solved when D13113. Was landed.