aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2013-01-22 18:40:32 +0100
committerShauren <shauren.trinity@gmail.com>2013-01-22 18:40:32 +0100
commit259a29c0935e566dd63d8c03360c5cd19b4ffe52 (patch)
treebbd0eb57814021b955bfca14b9c8df96a1463751 /cmake
parent864a85b8fc6d086bc7af7fddd22f510f1b662e10 (diff)
Tools/Extractors: Mmap extractors no longer depend on shared and MySQL libraries
Diffstat (limited to 'cmake')
-rw-r--r--cmake/showoptions.cmake1
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()