Skip to content

Commit 47b9598

Browse files
committed
Merge branch 'dev' into release
2 parents 3d35b03 + 4d4e364 commit 47b9598

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ if (APPLE)
189189
else ()
190190
target_link_libraries (app PUBLIC "-framework AppKit")
191191
endif ()
192+
target_compile_options (app PUBLIC -mmacosx-version-min=10.14)
192193
target_link_options (app PUBLIC -mmacosx-version-min=10.14)
193194
set_target_properties (app PROPERTIES
194195
OUTPUT_NAME "Lagrange"

0 commit comments

Comments
 (0)