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
The recent PR (#185) adds support for installing Coyote's software run-time as a system-wide library, making it easier to include in large projects. Alternatively, it's still possible to include Coyote as a submodule (sub-directory), without installing a system-wide library.
As a consequence, FindCoyoteSW.cmake has been deprecated in favour of add_subdirectory and find_package macros in CMake. CMake configurations relying on FindCoyoteSW.cmake will continue working as normal; however, they should migrate to the new code structure.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
The recent PR (#185) adds support for installing Coyote's software run-time as a system-wide library, making it easier to include in large projects. Alternatively, it's still possible to include Coyote as a submodule (sub-directory), without installing a system-wide library.
As a consequence, FindCoyoteSW.cmake has been deprecated in favour of
add_subdirectoryandfind_packagemacros in CMake. CMake configurations relying on FindCoyoteSW.cmake will continue working as normal; however, they should migrate to the new code structure.More details about how to compile the code can be found in the updated README: https://github.com/fpgasystems/Coyote/tree/master/sw#using-the-software
Beta Was this translation helpful? Give feedback.
All reactions