mirror of
https://github.com/opencv/opencv.git
synced 2026-09-11 04:43:22 -05:00
CMake status report: list unsatisfied dependencies for automatically disabled modules; fixed few problems with Windows-style paths
This commit is contained in:
@@ -11,6 +11,7 @@ if(ANT_EXECUTABLE)
|
||||
OUTPUT_VARIABLE ANT_VERSION_FULL
|
||||
OUTPUT_STRIP_TRAILING_WHITESPACE)
|
||||
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}")
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user