updated build system

This commit is contained in:
2024-07-27 15:53:45 -05:00
parent 24ca2d3531
commit 4b53b5544f
10 changed files with 12 additions and 4542 deletions

View File

@ -202,6 +202,7 @@ fi
if [ "${PROJECT_STATIC_LINK}" == "ON" ]; then
PROJECT_BUILD_SHARED_LIBS=OFF
PROJECT_ENABLE_BACKWARD_CPP=OFF
else
PROJECT_BUILD_SHARED_LIBS=ON
fi