diff options
| author | Kinzcool <kinzzcool@hotmail.com> | 2013-01-21 18:41:48 -0800 |
|---|---|---|
| committer | Kinzcool <kinzzcool@hotmail.com> | 2013-01-21 18:41:48 -0800 |
| commit | 4b4b637081ae120c8faa9c95f872f7100f32a7d9 (patch) | |
| tree | d9d02a6a0dac32be8616524c11f711d9e0893f36 /cmake/options.cmake | |
| parent | 017ff298dd55511c2577e3ec7a6c7fb07ec27070 (diff) | |
| parent | 3cb80f206eb75ab7d1b09662885fd13f8cf46071 (diff) | |
Merge pull request #9018 from TrinityCore/mmaps
Mmaps
Diffstat (limited to 'cmake/options.cmake')
| -rw-r--r-- | cmake/options.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/options.cmake b/cmake/options.cmake index 5fefbe34350..f58c88ba1d5 100644 --- a/cmake/options.cmake +++ b/cmake/options.cmake @@ -10,7 +10,7 @@ option(SERVERS "Build worldserver and authserver" 1) option(SCRIPTS "Build core with scripts included" 1) -option(TOOLS "Build map/vmap extraction/assembler tools" 0) +option(TOOLS "Build map/vmap/mmap extraction/assembler tools" 0) option(USE_SCRIPTPCH "Use precompiled headers when compiling scripts" 1) option(USE_COREPCH "Use precompiled headers when compiling servers" 1) option(WITH_WARNINGS "Show all warnings during compile" 0) |
