зеркало из https://github.com/microsoft/SEAL.git
Rename memset_s.iOS.cmake
Rename to functions.iOS.cmake, since now it contains more than memset_s
This commit is contained in:
Родитель
67808dce3f
Коммит
ad22efc374
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче