Skip to content

Commit

Permalink
Specified configuration in installer script.
Browse files Browse the repository at this point in the history
  • Loading branch information
tfpf committed Sep 30, 2023
1 parent f65ba73 commit e5d1711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ install()
cd build
cmake ..
cmake --build . --parallel
sudo cmake --install .
sudo cmake --install . --config Release
}

if [ "$1" = rm ]
Expand Down

0 comments on commit e5d1711

Please sign in to comment.