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 fixes the following error at 'make install' time when
using a separated build directory (out-of-tree build):
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
FixesTimothyGu#28
This fixes the following error at 'make install' time when
using a separated build directory (out-of-tree build):
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
Hi,
Debian unstable amd64. The build fail with
This simple patch fix this issue
The text was updated successfully, but these errors were encountered: