From bf5220a1f764a31d39ac4dfa43f32aaf8d272a71 Mon Sep 17 00:00:00 2001 From: f4exb Date: Sun, 31 Jul 2022 05:26:50 +0200 Subject: [PATCH] M17: attempt to restore MSVC build (2) --- CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0085e3e18..cb1c2d65e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -550,9 +550,7 @@ add_subdirectory(swagger) add_subdirectory(devices) add_subdirectory(sdrbench) -if (not APPLE) - add_subdirectory(modemm17) -endif() +add_subdirectory(modemm17) if (BUILD_GUI) add_subdirectory(sdrgui)