update CMake min version to 3.15 (#710)
Storage is using CMake version 3.15 and it is currently required for generating without errors
This commit is contained in:
parent
fc3ee11622
commit
dc9d3b0595
@ -1,7 +1,7 @@
|
||||
# Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
cmake_minimum_required (VERSION 3.15)
|
||||
cmake_minimum_required (VERSION 3.13)
|
||||
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake-modules")
|
||||
|
||||
# Compile Options
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
# Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
cmake_minimum_required (VERSION 3.12)
|
||||
cmake_minimum_required (VERSION 3.13)
|
||||
set(TARGET_NAME "azure-core")
|
||||
project(${TARGET_NAME} LANGUAGES CXX)
|
||||
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
|
||||
if (BUILD_CURL_TRANSPORT)
|
||||
|
||||
cmake_minimum_required (VERSION 3.12)
|
||||
cmake_minimum_required (VERSION 3.13)
|
||||
set(TARGET_NAME "azure_core_with_curl")
|
||||
set(TARGET_NAME_STREAM "azure_core_with_curl_stream")
|
||||
set(TARGET_NAME_STORAGE_ISSUE_249 "azure_core_storage_issue_249")
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
# Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
cmake_minimum_required (VERSION 3.12)
|
||||
cmake_minimum_required (VERSION 3.13)
|
||||
|
||||
set(TARGET_NAME "azure-core-test")
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
# Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
cmake_minimum_required (VERSION 3.12)
|
||||
cmake_minimum_required (VERSION 3.13)
|
||||
set(TARGET_NAME "azure-perf-stress")
|
||||
project(${TARGET_NAME} LANGUAGES CXX)
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
# Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
cmake_minimum_required (VERSION 3.12)
|
||||
cmake_minimum_required (VERSION 3.13)
|
||||
|
||||
set(TARGET_NAME "azure-perf-stress-test")
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
# Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
cmake_minimum_required (VERSION 3.15)
|
||||
cmake_minimum_required (VERSION 3.13)
|
||||
|
||||
project (azure-storage LANGUAGES CXX)
|
||||
set(CMAKE_CXX_STANDARD 14)
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
# Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
cmake_minimum_required (VERSION 3.15)
|
||||
cmake_minimum_required (VERSION 3.13)
|
||||
|
||||
set (AZURE_STORAGE_BLOB_HEADER
|
||||
inc/azure/storage/blobs/append_blob_client.hpp
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
# Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
cmake_minimum_required (VERSION 3.15)
|
||||
cmake_minimum_required (VERSION 3.13)
|
||||
|
||||
set(AZURE_STORAGE_COMMON_HEADER
|
||||
inc/azure/storage/common/access_conditions.hpp
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
# Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
cmake_minimum_required (VERSION 3.15)
|
||||
cmake_minimum_required (VERSION 3.13)
|
||||
|
||||
set (AZURE_STORAGE_DATALAKE_HEADER
|
||||
inc/azure/storage/files/datalake/datalake.hpp
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
# Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
cmake_minimum_required (VERSION 3.15)
|
||||
cmake_minimum_required (VERSION 3.13)
|
||||
|
||||
set (AZURE_STORAGE_SHARES_HEADER
|
||||
inc/azure/storage/files/shares/protocol/share_rest_client.hpp
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
# Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
cmake_minimum_required (VERSION 3.12)
|
||||
cmake_minimum_required (VERSION 3.13)
|
||||
set(TARGET_NAME "azure-template")
|
||||
project(azure-template LANGUAGES CXX)
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
# Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
cmake_minimum_required (VERSION 3.12)
|
||||
cmake_minimum_required (VERSION 3.13)
|
||||
|
||||
project (azure-template-test LANGUAGES CXX)
|
||||
set(CMAKE_CXX_STANDARD 14)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user