build: Improve names of packaging cmake options (#1398)

This PR is simply a refactor, to clarify these flags that shouldn't
impact anything
This commit is contained in:
iTrooz
2023-11-04 01:11:50 +01:00
committed by GitHub
parent c7c01c1f24
commit c839ee7d13
4 changed files with 9 additions and 18 deletions

View File

@@ -17,8 +17,7 @@ PKG_CONFIG_PATH="$(brew --prefix openssl)/lib/pkgconfig":"$(brew --prefix)/lib/p
MACOSX_DEPLOYMENT_TARGET="10.15" \
cmake \
-DCMAKE_BUILD_TYPE=Release \
-DCREATE_BUNDLE=ON \
-DCREATE_PACKAGE=ON \
-DIMHEX_GENERATE_PACKAGE=ON \
-DCMAKE_C_COMPILER_LAUNCHER=ccache \
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
-DCMAKE_OBJC_COMPILER_LAUNCHER=ccache \