From 798b62d0e9637be2934527dfb9b8958320587ea7 Mon Sep 17 00:00:00 2001 From: f4exb Date: Sun, 31 Jul 2022 05:16:38 +0200 Subject: [PATCH] M17: attempt to restore MSVC build --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c6aac218f..0085e3e18 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -550,7 +550,7 @@ add_subdirectory(swagger) add_subdirectory(devices) add_subdirectory(sdrbench) -if (LINUX) +if (not APPLE) add_subdirectory(modemm17) endif()