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