cmake: simplified configuration output

This commit is contained in:
Maksim Shabunin
2017-11-14 17:07:04 +03:00
parent 3c6983a2bd
commit 5ebb234746
4 changed files with 272 additions and 282 deletions

View File

@@ -26,6 +26,6 @@ if(ANT_EXECUTABLE)
string(REGEX MATCH "[0-9]+.[0-9]+.[0-9]+" ANT_VERSION "${ANT_VERSION_FULL}")
set(ANT_VERSION "${ANT_VERSION}" CACHE INTERNAL "Detected ant vesion")
message(STATUS "Found apache ant ${ANT_VERSION}: ${ANT_EXECUTABLE}")
message(STATUS "Found apache ant: ${ANT_EXECUTABLE} (${ANT_VERSION})")
endif()
endif()