various Asibfm700MountConfig class fixes

This commit is contained in:
2025-10-31 12:22:16 +03:00
parent a1fa54c636
commit d69ea51b0c
5 changed files with 70 additions and 40 deletions

View File

@@ -8,7 +8,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake")
find_package(ASIO QUIET)
find_package(ASIO QUIET CONFIG)
if (ASIO_FOUND)
message(STATUS "ASIO library was found in the host system")
else()