修改build_execute_package.sh,支持centos
This commit is contained in:
parent
8f5e70b352
commit
be8227161e
@ -36,7 +36,7 @@ mkdir build
|
||||
cd build
|
||||
|
||||
# Configure and build
|
||||
cmake -DCMAKE_BUILD_TYPE=Release ..
|
||||
cmake3 -DCMAKE_BUILD_TYPE=Release ..
|
||||
if [ $? -ne 0 ]; then
|
||||
log_error "CMake configuration failed"
|
||||
exit 1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user