Display that AeonWave is being found, even when cached
This commit is contained in:
parent
87a7221051
commit
00c32f5408
1 changed files with 3 additions and 6 deletions
|
@ -18,6 +18,7 @@
|
|||
if (AAX_LIBRARY AND AAX_INCLUDE_DIR)
|
||||
# in cache already
|
||||
set(AAX_FOUND TRUE)
|
||||
message(STATUS "Found AeonWave: ${AAX_LIBRARY}")
|
||||
else()
|
||||
find_path(AAX_INCLUDE_DIR aax/aax.h
|
||||
HINTS
|
||||
|
@ -58,14 +59,10 @@ else()
|
|||
endif()
|
||||
|
||||
if (AAX_FOUND)
|
||||
if (NOT Udns_FIND_QUIETLY)
|
||||
message(STATUS "Found AeonWave: ${AAX_LIBRARIES}")
|
||||
endif ()
|
||||
message(STATUS "Found AeonWave: ${AAX_LIBRARY}")
|
||||
else ()
|
||||
if (Udns_FIND_REQUIRED)
|
||||
message(FATAL_ERROR "Could not find AeonWave")
|
||||
endif ()
|
||||
endif ()
|
||||
|
||||
# show the AAX_INCLUDE_DIRS and AAX_LIBRARIES variables only in the advanced view
|
||||
mark_as_advanced(AAX_INCLUDE_DIRS AAX_LIBRARIES)
|
||||
|
|
Loading…
Add table
Reference in a new issue