From 803237b8688eb184042bf2fd7726de495a35b290 Mon Sep 17 00:00:00 2001 From: David Kocik Date: Mon, 20 Jun 2022 12:47:52 +0200 Subject: [PATCH] cmake typos --- src/downloader/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/downloader/CMakeLists.txt b/src/downloader/CMakeLists.txt index 87b2e0bf20..99b94e1655 100644 --- a/src/downloader/CMakeLists.txt +++ b/src/downloader/CMakeLists.txt @@ -15,8 +15,8 @@ set(SLIC3R_DOWNLOADER_SOURCES ) if (APPLE) - list(APPEND SLIC3R_GUI_SOURCES - InstanceSendMac.cpp + list(APPEND SLIC3R_DOWNLOADER_SOURCES + InstanceSendMac.mm InstanceSendMac.hpp ) endif ()