From ce34af01ee2e8819dc9cdc8dd6f2f178eb2d9f72 Mon Sep 17 00:00:00 2001 From: AlexandreRouma Date: Sat, 21 Mar 2026 23:48:54 -0400 Subject: [PATCH] fix hydrasdr source compiling on windows --- source_modules/hydrasdr_source/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source_modules/hydrasdr_source/CMakeLists.txt b/source_modules/hydrasdr_source/CMakeLists.txt index 6f4406c9..a144abab 100644 --- a/source_modules/hydrasdr_source/CMakeLists.txt +++ b/source_modules/hydrasdr_source/CMakeLists.txt @@ -8,7 +8,7 @@ include(${SDRPP_MODULE_CMAKE}) if (MSVC) target_link_directories(hydrasdr_source PRIVATE "C:/Program Files (x86)/hydrasdr_all/bin/") - target_include_directories(hydrasdr_source PUBLIC "C:/Program Files (x86)/hydrasdr_all/include/libhydrasdr") + target_include_directories(hydrasdr_source PUBLIC "C:/Program Files (x86)/hydrasdr-host/include/libhydrasdr") target_link_libraries(hydrasdr_source PRIVATE hydrasdr) elseif (ANDROID)