disable installing systemd service via cmake
This commit is contained in:
+2
-2
@@ -223,7 +223,7 @@ build_simapi() {
|
|||||||
|
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
cd build
|
cd build
|
||||||
cmake ..
|
cmake -DINSTALL_SYSTEMD_SERVICE=off ..
|
||||||
make -j$(nproc)
|
make -j$(nproc)
|
||||||
|
|
||||||
log_info "Installing simapi library..."
|
log_info "Installing simapi library..."
|
||||||
@@ -537,7 +537,7 @@ main() {
|
|||||||
clone_repositories
|
clone_repositories
|
||||||
|
|
||||||
log_info "Building components (this may take a few minutes)..."
|
log_info "Building components (this may take a few minutes)..."
|
||||||
build_simapi
|
#build_simapi
|
||||||
build_simd
|
build_simd
|
||||||
build_monocoque
|
build_monocoque
|
||||||
build_simshmbridge
|
build_simshmbridge
|
||||||
|
|||||||
Reference in New Issue
Block a user