mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[cmake,format] reformat all cmake files
This commit is contained in:
@@ -15,11 +15,11 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
if (NOT FREERDP_IOS_EXTERNAL_SSL_PATH)
|
||||
set(FREERDP_IOS_EXTERNAL_SSL_PATH "${CMAKE_CURRENT_SOURCE_DIR}/external/openssl")
|
||||
if(NOT FREERDP_IOS_EXTERNAL_SSL_PATH)
|
||||
set(FREERDP_IOS_EXTERNAL_SSL_PATH "${CMAKE_CURRENT_SOURCE_DIR}/external/openssl")
|
||||
endif()
|
||||
mark_as_advanced(FREERDP_IOS_EXTERNAL_SSL_PATH)
|
||||
|
||||
if(NOT DEFINED IOS_TARGET_SDK)
|
||||
set(IOS_TARGET_SDK 12.0 CACHE STRING "Application target iOS SDK")
|
||||
set(IOS_TARGET_SDK 12.0 CACHE STRING "Application target iOS SDK")
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user