disable installing systemd service via cmake
This commit is contained in:
parent
1c79a70722
commit
10c172d3e1
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue