From: Christian Tietze Date: Wed, 27 Dec 2017 12:17:50 +0000 (+0100) Subject: fix target platform spelling (macosx, not macos) X-Git-Tag: 6.3.0^2~14^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fd3f550f02702c1f3d41dd4e2ec3a28ec47539a8;p=multimarkdown fix target platform spelling (macosx, not macos) --- diff --git a/CMakeLists.txt b/CMakeLists.txt index f4c61e5..8bace80 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -104,7 +104,7 @@ MACRO(ADD_PUBLIC_HEADER target filename) SET_TARGET_PROPERTIES(${target} PROPERTIES XCODE_ATTRIBUTE_SUPPORTED_PLATFORMS - "macos iphonesimulator iphoneos" + "macosx iphonesimulator iphoneos" ) SET_TARGET_PROPERTIES(${target} PROPERTIES