Skip to content

Commit

Permalink
Fix copy paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdawkins committed Jul 12, 2023
1 parent 13f6791 commit 4f05688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/build_server_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ cmake ../ -DCMAKE_BUILD_TYPE:STRING=Release \
-DVIAME_DOWNLOAD_MODELS-MOUSS:BOOL=OFF

# Perform multi-threaded build
make -j$(nproc) build_log.txt 2>&1
make -j$(nproc) > build_log.txt 2>&1

# Below be krakens
# (V) (°,,,°) (V) (V) (°,,,°) (V) (V) (°,,,°) (V)
Expand Down

0 comments on commit 4f05688

Please sign in to comment.