mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 12:41:17 +00:00
Fixed emitting colon at end of scalar bug
This commit is contained in:
@@ -5,8 +5,8 @@ project (YAML_CPP)
|
||||
set(LIB_TYPE SHARED)
|
||||
|
||||
if(IPHONE)
|
||||
set(CMAKE_OSX_SYSROOT iphoneos4.0)
|
||||
set(CMAKE_OSX_ARCHITECTURES $(ARCHS_STANDARD_32_BIT))
|
||||
set(CMAKE_OSX_SYSROOT iphoneos4.2)
|
||||
set(CMAKE_OSX_ARCHITECTURES "armv6;armv7")
|
||||
set(LIB_TYPE)
|
||||
endif(IPHONE)
|
||||
|
||||
|
Reference in New Issue
Block a user