diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2017-05-17 08:09:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-17 08:09:11 +0200 |
commit | 74456703146194de72424ec98c4ea76402077be6 (patch) | |
tree | fb34d72742f19e86c5a80a6907e5be64e3e2cd42 /cmake/showoptions.cmake | |
parent | b0ca3660d500d6f2567c9c045ae7d766db2b8c0f (diff) |
Update showoptions.cmake
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 ) |