cmake fixes

This commit is contained in:
2025-12-03 18:14:34 +03:00
parent 7c9612c3a2
commit d868810048
3 changed files with 16 additions and 5 deletions

View File

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