Rename to functions.iOS.cmake, since now it contains more than memset_s
This commit is contained in:
Radames S. Cruz Moreno 2021-02-05 17:45:05 -08:00
Родитель 67808dce3f
Коммит ad22efc374
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1,7 +1,7 @@
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT license.
# This cache-initialization file will be used to enable memset_s when cross-compiling
# This cache-initialization file will be used to enable functions when cross-compiling
# for iOS, as check_cxx_source_runs fails for cross-compilers.
set(SEAL_MEMSET_S_FOUND_EXITCODE

Просмотреть файл

@ -3,7 +3,7 @@ steps:
displayName: 'CMake SEAL'
inputs:
workingDirectory: '$(Build.SourcesDirectory)'
cmakeArgs: '-GXcode -DSEAL_BUILD_SEAL_C=ON -DSEAL_BUILD_STATIC_SEAL_C=ON -DCMAKE_SYSTEM_NAME=iOS "-DCMAKE_OSX_ARCHITECTURES=arm64;x86_64" -C cmake/memset_s.iOS.cmake .'
cmakeArgs: '-GXcode -DSEAL_BUILD_SEAL_C=ON -DSEAL_BUILD_STATIC_SEAL_C=ON -DCMAKE_SYSTEM_NAME=iOS "-DCMAKE_OSX_ARCHITECTURES=arm64;x86_64" -C cmake/functions.iOS.cmake .'
- script: |
cd $BUILD_SOURCESDIRECTORY