diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2017-05-17 08:08:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-17 08:08:46 +0200 |
| commit | edd2c1c03995a14b0b240823342daf61e1b0650b (patch) | |
| tree | 2cc381382a46a9a982f929dc55ad10cf5678faa6 | |
| parent | 586cc0e0b4c9f63090bd340c1cf58fbfe807063e (diff) | |
Update 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 9229590381a..ebd9523876d 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 ) |
