From 43bd71c49a389745365ed7fb29f0850f16c593eb Mon Sep 17 00:00:00 2001 From: tamasmeszaros Date: Mon, 4 Apr 2022 15:52:03 +0200 Subject: [PATCH] Add comment to previous change --- src/libslic3r/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/libslic3r/CMakeLists.txt b/src/libslic3r/CMakeLists.txt index 2e7680bef..838af44fb 100644 --- a/src/libslic3r/CMakeLists.txt +++ b/src/libslic3r/CMakeLists.txt @@ -390,6 +390,8 @@ if(SLIC3R_PROFILE) endif() if (APPLE) + # This flag prevents the need for minimum SDK version 10.14 + # currently, PS targets v10.10 target_compile_options(libslic3r PUBLIC "-fno-aligned-allocation") endif ()