Fix build script.

This commit is contained in:
Jean-François Milants 2022-03-20 20:56:02 +01:00
parent b7551e964f
commit ea04af1477

View File

@ -54,10 +54,6 @@ GetNrfSdk() {
}
CmakeGenerate() {
# We can swap the CD and trailing SOURCES_DIR for -B and -S respectively
# once we go to newer CMake (Ubuntu 18.10 gives us CMake 3.10)
cd "$BUILD_DIR"
cmake -G "Unix Makefiles" \
-S "$SOURCES_DIR" \
-B "$BUILD_DIR" \