remove prefer ninja (#2675)

This commit is contained in:
Victor Vazquez 2021-07-27 19:26:11 -07:00 committed by GitHub
parent a508789c36
commit 5c14975957
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 0 additions and 11 deletions

View File

@ -17,7 +17,6 @@ vcpkg_check_features(
vcpkg_cmake_configure(
SOURCE_PATH ${SOURCE_PATH}/sdk/core/azure-core/
PREFER_NINJA
OPTIONS
${FEATURE_OPTIONS}
-DWARNINGS_AS_ERRORS=OFF

View File

@ -10,7 +10,6 @@ vcpkg_from_github(
vcpkg_cmake_configure(
SOURCE_PATH ${SOURCE_PATH}/sdk/identity/azure-identity/
PREFER_NINJA
OPTIONS
-DWARNINGS_AS_ERRORS=OFF
)

View File

@ -10,7 +10,6 @@ vcpkg_from_github(
vcpkg_cmake_configure(
SOURCE_PATH ${SOURCE_PATH}/sdk/keyvault/azure-security-keyvault-common/
PREFER_NINJA
OPTIONS
-DWARNINGS_AS_ERRORS=OFF
)

View File

@ -10,7 +10,6 @@ vcpkg_from_github(
vcpkg_cmake_configure(
SOURCE_PATH ${SOURCE_PATH}/sdk/keyvault/azure-security-keyvault-keys/
PREFER_NINJA
OPTIONS
-DWARNINGS_AS_ERRORS=OFF
)

View File

@ -10,7 +10,6 @@ vcpkg_from_github(
vcpkg_cmake_configure(
SOURCE_PATH ${SOURCE_PATH}/sdk/keyvault/azure-security-keyvault-secrets/
PREFER_NINJA
OPTIONS
-DWARNINGS_AS_ERRORS=OFF
)

View File

@ -10,7 +10,6 @@ vcpkg_from_github(
vcpkg_cmake_configure(
SOURCE_PATH ${SOURCE_PATH}/sdk/storage/azure-storage-blobs/
PREFER_NINJA
OPTIONS
-DWARNINGS_AS_ERRORS=OFF
)

View File

@ -10,7 +10,6 @@ vcpkg_from_github(
vcpkg_cmake_configure(
SOURCE_PATH ${SOURCE_PATH}/sdk/storage/azure-storage-common/
PREFER_NINJA
OPTIONS
-DWARNINGS_AS_ERRORS=OFF
)

View File

@ -10,7 +10,6 @@ vcpkg_from_github(
vcpkg_cmake_configure(
SOURCE_PATH ${SOURCE_PATH}/sdk/storage/azure-storage-files-datalake/
PREFER_NINJA
OPTIONS
-DWARNINGS_AS_ERRORS=OFF
)

View File

@ -10,7 +10,6 @@ vcpkg_from_github(
vcpkg_cmake_configure(
SOURCE_PATH ${SOURCE_PATH}/sdk/storage/azure-storage-files-shares/
PREFER_NINJA
OPTIONS
-DWARNINGS_AS_ERRORS=OFF
)

View File

@ -10,7 +10,6 @@ vcpkg_from_github(
vcpkg_cmake_configure(
SOURCE_PATH ${SOURCE_PATH}/sdk/storage/azure-storage-queues/
PREFER_NINJA
OPTIONS
-DWARNINGS_AS_ERRORS=OFF
)

View File

@ -10,7 +10,6 @@ vcpkg_from_github(
vcpkg_cmake_configure(
SOURCE_PATH ${SOURCE_PATH}/sdk/template/azure-template/
PREFER_NINJA
OPTIONS
-DWARNINGS_AS_ERRORS=OFF
)