Skip to content

NTV2 16.2 Open Source Libs and Sources (bugfix5)

Latest
Compare
Choose a tag to compare
@paulh-aja paulh-aja released this 22 Apr 10:04
· 12 commits to main since this release

Another CMake-only update, intended to fix an issue with the OBS deps build: obsproject/obs-deps#100

  1. Update CMake install so that headers are deployed into CMAKE_INSTALL_INCLUDEDIR. Sources are still installed to CMAKE_INSTALL_PREFIX. To retain the existing behavior where the ajantv2 source tree is installed with the same tree structure, set CMAKE_INSTALL_INCLUDEDIR to the same path as CMAKE_INSTALL_PREFIX.
  2. Fix the GL include paths in the NVIDIA RDMA demos, to allow building with the CMake FindOpenGL helper.

The remaining changes in the update CMakeLists in this release are only applicable to internal AJA builds.

NOTE: The attached binaries are the same as those from the previous "bugfix3" release, as the sources have not been updated. The "bugfix4" release has been removed due to a bug in the CMakeLists, addressed by this release.