File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ if [[ -f ${XCODE_FOR_FFMPEG_KIT} ]]; then
2828fi
2929
3030# DETECT IOS SDK VERSION
31- export DETECTED_IOS_SDK_VERSION=" $( xcrun --sdk iphoneos --show-sdk-version 2>> ${BASEDIR} /build.log) "
31+ export DETECTED_IOS_SDK_VERSION=" $( xcrun --sdk iphoneos --show-sdk-version 2>> " ${BASEDIR} /build.log" ) "
3232echo -e " \nINFO: Using SDK ${DETECTED_IOS_SDK_VERSION} by Xcode provided at $( xcode-select -p) \n" 1>> " ${BASEDIR} " /build.log 2>&1
3333echo -e " INFO: Build options: $* \n" 1>> " ${BASEDIR} " /build.log 2>&1
3434
Original file line number Diff line number Diff line change @@ -7,17 +7,17 @@ if(NOT CMAKE_BUILD_TYPE)
77endif ()
88message (STATUS "cmake version ${CMAKE_VERSION} " )
99if (POLICY CMP0025)
10- cmake_policy (SET CMP0025 OLD ) # report Apple's Clang as just Clang
10+ cmake_policy (SET CMP0025 NEW ) # report Apple's Clang as just Clang
1111endif ()
1212if (POLICY CMP0042)
1313 cmake_policy (SET CMP0042 NEW) # MACOSX_RPATH
1414endif ()
1515if (POLICY CMP0054)
16- cmake_policy (SET CMP0054 OLD ) # Only interpret if() arguments as variables or keywords when unquoted
16+ cmake_policy (SET CMP0054 NEW ) # Only interpret if() arguments as variables or keywords when unquoted
1717endif ()
1818
1919project (x265)
20- cmake_minimum_required (VERSION 2.8.8 ) # OBJECT libraries require 2.8.8
20+ cmake_minimum_required (VERSION 3.5 ) # OBJECT libraries require 2.8.8
2121include (CheckIncludeFiles)
2222include (CheckFunctionExists)
2323include (CheckSymbolExists)
You can’t perform that action at this time.
0 commit comments