[cmake,format] reformat all cmake files

This commit is contained in:
akallabeth
2024-11-27 20:31:31 +01:00
parent de98cde7b2
commit faae38120c
402 changed files with 6523 additions and 7808 deletions

View File

@@ -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()