Fix description default

This commit is contained in:
Aokromes
2017-05-17 08:11:10 +02:00
parent f3a0ec7ac7
commit 25892c603d

View File

@@ -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 )