Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

cmake::OPALConfig: simplify linking against OPAL

Yves Ineichen requested to merge cmake-opal-find-module into OPAL-1.6

In order to facilitate linking against libOPAL, we provide a CMake find file with all the dependencies (libs and headers)

TODO:

  • IPPL lib, should be set from a CMake variable

Note: ${IPPL_LIBRARY_DIR}/lib${IPPL_LIBRARY}.a seems to me a bit like a hack.. feel free to change if you know a better solution.

Merge request reports