Skip to content

Resolving of runtime dependencies is broken

As reported here, cmake reports an error when trying to resolve runtime dependencies. The path provided to DIRECTORIES parameter of the file function is empty at this point, but shouldn't be.

-- Resolving runtime dependencies...
CMake Error at cmake_install.cmake:64 (file):
  file Keyword missing value: DIRECTORIES


make: *** [Makefile:119: install] Error 1

The problem seems to be triggered on freshly installed environments, but not on our current CI. So it might be related to a cmake update.

Related: #113 (closed)