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
When building the scalar lib trid_cpu.h in include seems not to be copied over to libtrid/include
I am also getting the following when attempting to build the adi app packaged with the library:
CMake Error at CMakeLists.txt:188 (add_executable):
Target "compare" links to target "libtrid::tridcpu" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
was this app build tested after the latest updates to the library ?
The text was updated successfully, but these errors were encountered:
When building the scalar lib trid_cpu.h in include seems not to be copied over to libtrid/include
I am also getting the following when attempting to build the adi app packaged with the library:
CMake Error at CMakeLists.txt:188 (add_executable):
Target "compare" links to target "libtrid::tridcpu" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
was this app build tested after the latest updates to the library ?
The text was updated successfully, but these errors were encountered: