diff options
author | Shauren <shauren.trinity@gmail.com> | 2013-01-22 18:40:32 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2013-01-22 18:40:32 +0100 |
commit | 259a29c0935e566dd63d8c03360c5cd19b4ffe52 (patch) | |
tree | bbd0eb57814021b955bfca14b9c8df96a1463751 /cmake | |
parent | 864a85b8fc6d086bc7af7fddd22f510f1b662e10 (diff) |
Tools/Extractors: Mmap extractors no longer depend on shared and MySQL libraries
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/showoptions.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/showoptions.cmake b/cmake/showoptions.cmake index 47ad7b0889b..d3415e4e204 100644 --- a/cmake/showoptions.cmake +++ b/cmake/showoptions.cmake @@ -34,6 +34,7 @@ endif() if( TOOLS ) message("* Build map/vmap tools : Yes") + add_definitions(-DNO_CORE_FUNCS) else() message("* Build map/vmap tools : No (default)") endif() |