some CMakeLists format fixes

This commit is contained in:
Bernhard Miklautz 2013-09-24 01:41:18 +02:00
parent 1f63ac625c
commit b647b5bfc9

View File

@ -246,7 +246,7 @@ if(APPLE)
endif() endif()
set(CMAKE_FIND_ROOT_PATH ${CMAKE_FIND_ROOT_PATH} ${FREERDP_IOS_EXTERNAL_SSL_PATH}) set(CMAKE_FIND_ROOT_PATH ${CMAKE_FIND_ROOT_PATH} ${FREERDP_IOS_EXTERNAL_SSL_PATH})
set_property(GLOBAL PROPERTY XCODE_ATTRIBUTE_SKIP_INSTALL YES) set_property(GLOBAL PROPERTY XCODE_ATTRIBUTE_SKIP_INSTALL YES)
else() else(IOS)
if(NOT DEFINED CMAKE_OSX_DEPLOYMENT_TARGET OR CMAKE_OSX_DEPLOYMENT_TARGET MATCHES "") if(NOT DEFINED CMAKE_OSX_DEPLOYMENT_TARGET OR CMAKE_OSX_DEPLOYMENT_TARGET MATCHES "")
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.7 CACHE STRING "OSX deployment target" FORCE) set(CMAKE_OSX_DEPLOYMENT_TARGET 10.7 CACHE STRING "OSX deployment target" FORCE)
endif() endif()
@ -259,7 +259,7 @@ if(APPLE)
include_directories(/opt/local/include) include_directories(/opt/local/include)
link_directories(/opt/local/lib) link_directories(/opt/local/lib)
endif() endif()
endif() endif(IOS)
# Temporarily disabled, causes the cmake script to be reexecuted, causing the compilation to fail. # Temporarily disabled, causes the cmake script to be reexecuted, causing the compilation to fail.
# Workaround: specify the parameter in the command-line # Workaround: specify the parameter in the command-line
@ -271,7 +271,7 @@ if(APPLE)
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -v") set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -v")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -v") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -v")
endif() endif()
endif() endif(APPLE)
# Android # Android
if(ANDROID) if(ANDROID)