if (NOT ASY_VERSION_OVERRIDE)
if (ASY_ADDR_VERSION_SUFFIX_FILE STREQUAL "NOTFOUND")
if (CMAKE_BUILD_TYPE IN_LIST cmake_debug_build_types)
set(ASY_VERSION_SUFFIX "+debug")
endif()
endif()
set(ASY_VERSION "${ASY_VERSION_BASE}${ASY_VERSION_SUFFIX}")
else()
message(STATUS "Override version specified")
set(ASY_VERSION ${ASY_VERSION_OVERRIDE})
endif()