diff options
Diffstat (limited to 'cmake/showoptions.cmake')
-rw-r--r-- | cmake/showoptions.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/showoptions.cmake b/cmake/showoptions.cmake index 6c060295ee0..069b90b544f 100644 --- a/cmake/showoptions.cmake +++ b/cmake/showoptions.cmake @@ -31,7 +31,6 @@ endif() if( TOOLS ) message("* Build map/vmap tools : Yes (default)") - add_definitions(-DNO_CORE_FUNCS) else() message("* Build map/vmap tools : No") endif() |