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

@@ -14,6 +14,7 @@ option(IMHEX_ENABLE_LTO "Enables Link Time Optimizations if possible" OFF)
option(IMHEX_USE_DEFAULT_BUILD_SETTINGS "Use default build settings" OFF)
option(IMHEX_STRICT_WARNINGS "Enable most available warnings and treat them as errors" ON)
option(IMHEX_STATIC_LINK_PLUGINS "Statically link all plugins into the main executable" OFF)
option(IMHEX_GENERATE_PACKAGE "Specify if a native package should be built. Only usable on Windows and MacOS" OFF)
# Basic compiler and cmake configurations
set(CMAKE_CXX_STANDARD 23)