misc: improve src detection in configure script
Change-Id: I2c45b160d76883044a3a7db0afcac0c56bcd2bcf Signed-off-by: Mohammed Hawari <mohammed@hawari.fr> Type: feature
This commit is contained in:
committed by
Damjan Marion
parent
5a504b04fc
commit
7d64631e51
3
configure
vendored
3
configure
vendored
@@ -8,6 +8,7 @@ build_dir=.
|
||||
install_dir=/usr/local
|
||||
build_type=release
|
||||
prefix_path=/opt/vpp/external/$(uname -m)/
|
||||
src_dir="$(dirname "$(readlink -f "$0")")"
|
||||
|
||||
help()
|
||||
{
|
||||
@@ -75,7 +76,7 @@ done
|
||||
|
||||
cmake \
|
||||
-G Ninja \
|
||||
-S src \
|
||||
-S ${src_dir}/src \
|
||||
-B ${build_dir} \
|
||||
-DCMAKE_PREFIX_PATH=${prefix_path} \
|
||||
-DCMAKE_INSTALL_PREFIX=${install_dir} \
|
||||
|
||||
Reference in New Issue
Block a user