You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CMake Error at /blt/cmake/BLTMacros.cmake:467 (target_link_libraries):
IMPORTED library can only be used with the INTERFACE keyword of
target_link_libraries
Call Stack (most recent call first):
cmake/thirdparty/SetupAxomThirdParty.cmake:214 (blt_patch_target)
cmake/CMakeBasics.cmake:20 (include)
CMakeLists.txt:126 (include)
The text was updated successfully, but these errors were encountered:
We are missing a case where we need to downscope from
PUBLIC
toINTERFACE
in a couple places.Truncated output from user:
Error:
The text was updated successfully, but these errors were encountered: