Skip to content
Snippets Groups Projects
Commit 4ee8f1a6 authored by lintao@ihep.ac.cn's avatar lintao@ihep.ac.cn
Browse files

run install after build.

parent f756ee58
No related branches found
No related tags found
No related merge requests found
...@@ -104,6 +104,10 @@ function run-make() { ...@@ -104,6 +104,10 @@ function run-make() {
cmake --build . cmake --build .
} }
function run-install() {
cmake --install .
}
############################################################################## ##############################################################################
# Parse the command line options # Parse the command line options
############################################################################## ##############################################################################
...@@ -120,3 +124,5 @@ check-working-builddir || exit -1 ...@@ -120,3 +124,5 @@ check-working-builddir || exit -1
run-cmake || exit -1 run-cmake || exit -1
run-make || exit -1 run-make || exit -1
run-install || exit -1
...@@ -86,6 +86,10 @@ function run-make() { ...@@ -86,6 +86,10 @@ function run-make() {
cmake --build . cmake --build .
} }
function run-install() {
cmake --install .
}
############################################################################## ##############################################################################
# Parse the command line options # Parse the command line options
############################################################################## ##############################################################################
...@@ -103,3 +107,5 @@ check-working-builddir || exit -1 ...@@ -103,3 +107,5 @@ check-working-builddir || exit -1
run-cmake || exit -1 run-cmake || exit -1
run-make || exit -1 run-make || exit -1
run-install || exit -1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment