修改build_execute_package.sh,支持centos

This commit is contained in:
Tian jianyong 2024-12-31 15:14:12 +08:00
parent 8f5e70b352
commit be8227161e

View File

@ -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