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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Removed AJA_INSTALL_LIBDIR, AJA_INSTALL_INCLUDEDIR, AJA_INSTALL_BINDIR, AJA_INSTALL_FRAMEWORKDIR variables to prefer using CMAKE_INSTALL_PREFIX variable for cmake install destination instead.
Now use CMAKE_INSTALL_LIBDIR and CMAKE_INSTALL_BINDIR as sub-directories to place library and binary outputs during cmake install command. These directories will be created under the CMAKE_INSTALL_PREFIX path.