Fix build script.
This commit is contained in:
parent
b7551e964f
commit
ea04af1477
@ -54,10 +54,6 @@ GetNrfSdk() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
CmakeGenerate() {
|
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" \
|
cmake -G "Unix Makefiles" \
|
||||||
-S "$SOURCES_DIR" \
|
-S "$SOURCES_DIR" \
|
||||||
-B "$BUILD_DIR" \
|
-B "$BUILD_DIR" \
|
||||||
|
Loading…
Reference in New Issue
Block a user