diff options
author | IntelligentQuantum <IntelligentQuantum@ProtonMail.Com> | 2022-04-29 10:53:17 +0430 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-29 08:23:17 +0200 |
commit | b62005a02f50d63cc8a1615c17a999fab90958a5 (patch) | |
tree | 55a8d31232c84cc053ddfb0beaff362de5279607 /conf | |
parent | 2bef6b497d2463bd2e013b2a367b438b8c34a94f (diff) |
refactor(Tools/MeshExtractor): remove meshextractor (#11569)
Diffstat (limited to 'conf')
-rw-r--r-- | conf/dist/config.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/dist/config.cmake b/conf/dist/config.cmake index 43bc3dd5ee..52d41a754b 100644 --- a/conf/dist/config.cmake +++ b/conf/dist/config.cmake @@ -62,7 +62,6 @@ option(USE_COREPCH "Use precompiled headers when compiling servers" option(WITH_WARNINGS "Show all warnings during compile" 0) option(WITH_COREDEBUG "Include additional debug-code in core" 0) option(WITH_PERFTOOLS "Enable compilation with gperftools libraries included" 0) -option(WITH_MESHEXTRACTOR "Build meshextractor (alpha)" 0) option(WITHOUT_GIT "Disable the GIT testing routines" 0) option(ENABLE_VMAP_CHECKS "Enable Checks relative to DisableMgr system on vmap" 1) option(WITH_DYNAMIC_LINKING "Enable dynamic library linking." 0) |