With the new CMake file structure, no need to dive into "src"
This commit is contained in:
parent
a3868a8260
commit
e28e28d7c3
2
build.sh
2
build.sh
|
@ -59,8 +59,6 @@ case "${ostype}" in
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
cd src
|
|
||||||
|
|
||||||
cmake ${build_flags} ${extra_enable} -D CMAKE_BUILD_TYPE=${build_type} -B build_${ostype} ||\
|
cmake ${build_flags} ${extra_enable} -D CMAKE_BUILD_TYPE=${build_type} -B build_${ostype} ||\
|
||||||
{ echo "CMake failed."; exit 1; }
|
{ echo "CMake failed."; exit 1; }
|
||||||
cmake --build build_${ostype} ||\
|
cmake --build build_${ostype} ||\
|
||||||
|
|
Loading…
Reference in New Issue