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
I'm trying to follow the instructions in https://google.github.io/tensorstore/installation.html#c-api to add tensorstore as a dependency in a parent project cmake build, and while the fetch is working and retrieving tensorstore and its dependencies, I'm getting an error that the targets:
tensorstore::tensorstore
tensorstore::all_drivers
can't be found. Trying to read the generated build_rules.cmake file it seems like no targets are exported, which I assume would be needed for the parent cmake build to discover them. Am I missing a step ?
The text was updated successfully, but these errors were encountered:
I'm trying to follow the instructions in https://google.github.io/tensorstore/installation.html#c-api to add tensorstore as a dependency in a parent project cmake build, and while the fetch is working and retrieving tensorstore and its dependencies, I'm getting an error that the targets:
tensorstore::tensorstore
tensorstore::all_drivers
can't be found. Trying to read the generated build_rules.cmake file it seems like no targets are exported, which I assume would be needed for the parent cmake build to discover them. Am I missing a step ?
The text was updated successfully, but these errors were encountered: