Update to upstream version '3.31.1'
with Debian dir 942f79eac3
ci/unstable
commit
065c1e7cdd
@ -0,0 +1,5 @@
|
|||||||
|
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||||
|
# file Copyright.txt or https://cmake.org/licensing for details.
|
||||||
|
|
||||||
|
# GNU is the default linker
|
||||||
|
include(Platform/Linker/Android-GNU-ASM)
|
@ -0,0 +1,5 @@
|
|||||||
|
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||||
|
# file Copyright.txt or https://cmake.org/licensing for details.
|
||||||
|
|
||||||
|
# GNU is the default linker
|
||||||
|
include(Platform/Linker/Android-GNU-C)
|
@ -0,0 +1,5 @@
|
|||||||
|
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||||
|
# file Copyright.txt or https://cmake.org/licensing for details.
|
||||||
|
|
||||||
|
# GNU is the default linker
|
||||||
|
include(Platform/Linker/Android-GNU-CXX)
|
@ -0,0 +1,4 @@
|
|||||||
|
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||||
|
# file Copyright.txt or https://cmake.org/licensing for details.
|
||||||
|
|
||||||
|
include(Platform/Linker/Linux-GNU-ASM)
|
@ -0,0 +1,4 @@
|
|||||||
|
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||||
|
# file Copyright.txt or https://cmake.org/licensing for details.
|
||||||
|
|
||||||
|
include(Platform/Linker/Linux-GNU-C)
|
@ -0,0 +1,4 @@
|
|||||||
|
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||||
|
# file Copyright.txt or https://cmake.org/licensing for details.
|
||||||
|
|
||||||
|
include(Platform/Linker/Linux-GNU-CXX)
|
@ -0,0 +1,4 @@
|
|||||||
|
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||||
|
# file Copyright.txt or https://cmake.org/licensing for details.
|
||||||
|
|
||||||
|
include(Platform/Linker/Linux-LLD-ASM)
|
@ -0,0 +1,4 @@
|
|||||||
|
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||||
|
# file Copyright.txt or https://cmake.org/licensing for details.
|
||||||
|
|
||||||
|
include(Platform/Linker/Linux-LLD-C)
|
@ -0,0 +1,4 @@
|
|||||||
|
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||||
|
# file Copyright.txt or https://cmake.org/licensing for details.
|
||||||
|
|
||||||
|
include(Platform/Linker/Linux-LLD-CXX)
|
@ -0,0 +1,5 @@
|
|||||||
|
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||||
|
# file Copyright.txt or https://cmake.org/licensing for details.
|
||||||
|
|
||||||
|
# MSVC is the default linker
|
||||||
|
include(Platform/Linker/WindowsCE-MSVC-C)
|
@ -0,0 +1,5 @@
|
|||||||
|
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||||
|
# file Copyright.txt or https://cmake.org/licensing for details.
|
||||||
|
|
||||||
|
# MSVC is the default linker
|
||||||
|
include(Platform/Linker/WindowsCE-MSVC-CXX)
|
@ -0,0 +1,4 @@
|
|||||||
|
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||||
|
# file Copyright.txt or https://cmake.org/licensing for details.
|
||||||
|
|
||||||
|
include(Platform/Linker/Windows-MSVC-C)
|
@ -0,0 +1,4 @@
|
|||||||
|
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||||
|
# file Copyright.txt or https://cmake.org/licensing for details.
|
||||||
|
|
||||||
|
include(Platform/Linker/Windows-MSVC-CXX)
|
@ -0,0 +1,5 @@
|
|||||||
|
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||||
|
# file Copyright.txt or https://cmake.org/licensing for details.
|
||||||
|
|
||||||
|
# MSVC is the default linker
|
||||||
|
include(Platform/Linker/WindowsKernelModeDriver-MSVC-C)
|
@ -0,0 +1,5 @@
|
|||||||
|
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||||
|
# file Copyright.txt or https://cmake.org/licensing for details.
|
||||||
|
|
||||||
|
# MSVC is the default linker
|
||||||
|
include(Platform/Linker/WindowsKernelModeDriver-MSVC-CXX)
|
@ -0,0 +1,4 @@
|
|||||||
|
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||||
|
# file Copyright.txt or https://cmake.org/licensing for details.
|
||||||
|
|
||||||
|
include(Platform/Linker/Windows-MSVC-C)
|
@ -0,0 +1,4 @@
|
|||||||
|
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||||
|
# file Copyright.txt or https://cmake.org/licensing for details.
|
||||||
|
|
||||||
|
include(Platform/Linker/Windows-MSVC-CXX)
|
@ -0,0 +1,15 @@
|
|||||||
|
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||||
|
# file Copyright.txt or https://cmake.org/licensing for details.
|
||||||
|
|
||||||
|
block(SCOPE_FOR POLICIES)
|
||||||
|
cmake_policy(SET CMP0054 NEW)
|
||||||
|
|
||||||
|
if(CMAKE_ASM_SIMULATE_ID STREQUAL "MSVC")
|
||||||
|
# MSVC is the default linker
|
||||||
|
include(Platform/Linker/WindowsPhone-MSVC-ASM)
|
||||||
|
else()
|
||||||
|
# GNU is the default linker
|
||||||
|
include(Platform/Linker/WindowsPhone-GNU-ASM)
|
||||||
|
endif()
|
||||||
|
|
||||||
|
endblock()
|
@ -0,0 +1,15 @@
|
|||||||
|
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||||
|
# file Copyright.txt or https://cmake.org/licensing for details.
|
||||||
|
|
||||||
|
block(SCOPE_FOR POLICIES)
|
||||||
|
cmake_policy(SET CMP0054 NEW)
|
||||||
|
|
||||||
|
if(CMAKE_C_SIMULATE_ID STREQUAL "MSVC")
|
||||||
|
# MSVC is the default linker
|
||||||
|
include(Platform/Linker/WindowsPhone-MSVC-C)
|
||||||
|
else()
|
||||||
|
# GNU is the default linker
|
||||||
|
include(Platform/Linker/WindowsPhone-GNU-C)
|
||||||
|
endif()
|
||||||
|
|
||||||
|
endblock()
|
@ -0,0 +1,15 @@
|
|||||||
|
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||||
|
# file Copyright.txt or https://cmake.org/licensing for details.
|
||||||
|
|
||||||
|
block(SCOPE_FOR POLICIES)
|
||||||
|
cmake_policy(SET CMP0054 NEW)
|
||||||
|
|
||||||
|
if(CMAKE_CXX_SIMULATE_ID STREQUAL "MSVC")
|
||||||
|
# MSVC is the default linker
|
||||||
|
include(Platform/Linker/WindowsPhone-MSVC-CXX)
|
||||||
|
else()
|
||||||
|
# GNU is the default linker
|
||||||
|
include(Platform/Linker/WindowsPhone-GNU-CXX)
|
||||||
|
endif()
|
||||||
|
|
||||||
|
endblock()
|
@ -0,0 +1,4 @@
|
|||||||
|
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||||
|
# file Copyright.txt or https://cmake.org/licensing for details.
|
||||||
|
|
||||||
|
include(Platform/Linker/Windows-GNU-ASM)
|
@ -0,0 +1,4 @@
|
|||||||
|
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||||
|
# file Copyright.txt or https://cmake.org/licensing for details.
|
||||||
|
|
||||||
|
include(Platform/Linker/Windows-GNU-C)
|
@ -0,0 +1,4 @@
|
|||||||
|
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||||
|
# file Copyright.txt or https://cmake.org/licensing for details.
|
||||||
|
|
||||||
|
include(Platform/Linker/Windows-GNU-CXX)
|
@ -0,0 +1,4 @@
|
|||||||
|
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||||
|
# file Copyright.txt or https://cmake.org/licensing for details.
|
||||||
|
|
||||||
|
include(Platform/Linker/Windows-LLD-ASM)
|
@ -0,0 +1,4 @@
|
|||||||
|
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||||
|
# file Copyright.txt or https://cmake.org/licensing for details.
|
||||||
|
|
||||||
|
include(Platform/Linker/Windows-LLD-C)
|
@ -0,0 +1,4 @@
|
|||||||
|
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||||
|
# file Copyright.txt or https://cmake.org/licensing for details.
|
||||||
|
|
||||||
|
include(Platform/Linker/Windows-LLD-CXX)
|
@ -0,0 +1,4 @@
|
|||||||
|
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||||
|
# file Copyright.txt or https://cmake.org/licensing for details.
|
||||||
|
|
||||||
|
include(Platform/Linker/Windows-MSVC-ASM)
|
@ -0,0 +1,4 @@
|
|||||||
|
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||||
|
# file Copyright.txt or https://cmake.org/licensing for details.
|
||||||
|
|
||||||
|
include(Platform/Linker/Windows-MSVC-C)
|
@ -0,0 +1,4 @@
|
|||||||
|
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||||
|
# file Copyright.txt or https://cmake.org/licensing for details.
|
||||||
|
|
||||||
|
include(Platform/Linker/Windows-MSVC-CXX)
|
@ -0,0 +1,15 @@
|
|||||||
|
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||||
|
# file Copyright.txt or https://cmake.org/licensing for details.
|
||||||
|
|
||||||
|
block(SCOPE_FOR POLICIES)
|
||||||
|
cmake_policy(SET CMP0054 NEW)
|
||||||
|
|
||||||
|
if(CMAKE_ASM_SIMULATE_ID STREQUAL "MSVC")
|
||||||
|
# MSVC is the default linker
|
||||||
|
include(Platform/Linker/WindowsStore-MSVC-ASM)
|
||||||
|
else()
|
||||||
|
# GNU is the default linker
|
||||||
|
include(Platform/Linker/WindowsStore-GNU-ASM)
|
||||||
|
endif()
|
||||||
|
|
||||||
|
endblock()
|
@ -0,0 +1,15 @@
|
|||||||
|
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||||
|
# file Copyright.txt or https://cmake.org/licensing for details.
|
||||||
|
|
||||||
|
block(SCOPE_FOR POLICIES)
|
||||||
|
cmake_policy(SET CMP0054 NEW)
|
||||||
|
|
||||||
|
if(CMAKE_C_SIMULATE_ID STREQUAL "MSVC")
|
||||||
|
# MSVC is the default linker
|
||||||
|
include(Platform/Linker/WindowsStore-MSVC-C)
|
||||||
|
else()
|
||||||
|
# GNU is the default linker
|
||||||
|
include(Platform/Linker/WindowsStore-GNU-C)
|
||||||
|
endif()
|
||||||
|
|
||||||
|
endblock()
|
@ -0,0 +1,15 @@
|
|||||||
|
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||||
|
# file Copyright.txt or https://cmake.org/licensing for details.
|
||||||
|
|
||||||
|
block(SCOPE_FOR POLICIES)
|
||||||
|
cmake_policy(SET CMP0054 NEW)
|
||||||
|
|
||||||
|
if(CMAKE_CXX_SIMULATE_ID STREQUAL "MSVC")
|
||||||
|
# MSVC is the default linker
|
||||||
|
include(Platform/Linker/WindowsStore-MSVC-CXX)
|
||||||
|
else()
|
||||||
|
# GNU is the default linker
|
||||||
|
include(Platform/Linker/WindowsStore-GNU-CXX)
|
||||||
|
endif()
|
||||||
|
|
||||||
|
endblock()
|
@ -0,0 +1,4 @@
|
|||||||
|
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||||
|
# file Copyright.txt or https://cmake.org/licensing for details.
|
||||||
|
|
||||||
|
include(Platform/Linker/Windows-GNU-ASM)
|
@ -0,0 +1,4 @@
|
|||||||
|
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||||
|
# file Copyright.txt or https://cmake.org/licensing for details.
|
||||||
|
|
||||||
|
include(Platform/Linker/Windows-GNU-C)
|
@ -0,0 +1,4 @@
|
|||||||
|
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||||
|
# file Copyright.txt or https://cmake.org/licensing for details.
|
||||||
|
|
||||||
|
include(Platform/Linker/Windows-GNU-CXX)
|
@ -0,0 +1,4 @@
|
|||||||
|
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||||
|
# file Copyright.txt or https://cmake.org/licensing for details.
|
||||||
|
|
||||||
|
include(Platform/Linker/Windows-LLD-ASM)
|
@ -0,0 +1,4 @@
|
|||||||
|
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||||
|
# file Copyright.txt or https://cmake.org/licensing for details.
|
||||||
|
|
||||||
|
include(Platform/Linker/Windows-LLD-C)
|
@ -0,0 +1,4 @@
|
|||||||
|
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||||
|
# file Copyright.txt or https://cmake.org/licensing for details.
|
||||||
|
|
||||||
|
include(Platform/Linker/Windows-LLD-CXX)
|
@ -0,0 +1,4 @@
|
|||||||
|
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||||
|
# file Copyright.txt or https://cmake.org/licensing for details.
|
||||||
|
|
||||||
|
include(Platform/Linker/Windows-MSVC-ASM)
|
@ -0,0 +1,4 @@
|
|||||||
|
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||||
|
# file Copyright.txt or https://cmake.org/licensing for details.
|
||||||
|
|
||||||
|
include(Platform/Linker/Windows-MSVC-C)
|
@ -0,0 +1,4 @@
|
|||||||
|
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||||
|
# file Copyright.txt or https://cmake.org/licensing for details.
|
||||||
|
|
||||||
|
include(Platform/Linker/Windows-MSVC-CXX)
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue