diff options
author | Gabriel Jeanneau <gabriel.jeanneau@6wind.com> | 2021-12-07 17:42:26 +0100 |
---|---|---|
committer | Stéphane Gonauer <stephane.gonauer@6wind.com> | 2022-03-04 13:11:03 +0100 |
commit | 99951ab338a1727150b312fca914631dcf838201 (patch) | |
tree | e497e319667961283c148383053ca13eec008c4f /.gitignore | |
parent | 0b4ef9862c65bffd7c2e5798cb35948548ac724d (diff) | |
download | accel-ppp-xebd-99951ab338a1727150b312fca914631dcf838201.tar.gz accel-ppp-xebd-99951ab338a1727150b312fca914631dcf838201.zip |
accel-pppd: Fix buildroot compilation
CMAKE_FIND_ROOT_PATH variable is a list of pathes used by CMAKE to find
packages and library for compilation.
It should not be used for installation as :
- it is a list
- it points to staging folder of packaging tools.
So let's use a more standard CMAKE code to make sure
files and folders are actually installed in target destination.
Signed-off-by: Gabriel Jeanneau <gabriel.jeanneau@6wind.com>
Signed-off-by: Stéphane Gonauer <stephane.gonauer@6wind.com>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions