Closed dbermond closed 3 years ago
This fixes the following error at make install time when using a separated build directory (out-of-tree build):
make install
CMake Error at cmake_install.cmake:50 (file): file INSTALL cannot find "/build/libilbc/src/libilbc/ilbc_export.h": No such file or directory. make: *** [Makefile:105: install] Error 1 make: Leaving directory '/build/libilbc/src/build'
How to reproduce:
$ git clone --recursive https://github.com/TimothyGu/libilbc.git $ cmake -B build -S libilbc $ make -C build $ make -C build install
Fixes #28
This fixes the following error at
make install
time when using a separated build directory (out-of-tree build):How to reproduce:
Fixes #28