From 255df815bd9cbe31c57513a9e36e9a40b8c4ef6a Mon Sep 17 00:00:00 2001 From: David Kocik Date: Mon, 20 Jun 2022 12:48:46 +0200 Subject: [PATCH] cmake typo --- src/downloader/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/downloader/CMakeLists.txt b/src/downloader/CMakeLists.txt index 99b94e1655..a60cda849b 100644 --- a/src/downloader/CMakeLists.txt +++ b/src/downloader/CMakeLists.txt @@ -17,7 +17,7 @@ set(SLIC3R_DOWNLOADER_SOURCES if (APPLE) list(APPEND SLIC3R_DOWNLOADER_SOURCES InstanceSendMac.mm - InstanceSendMac.hpp + InstanceSendMac.h ) endif ()