[build] require CMake >= 3.13

required for target_link_options
This commit is contained in:
Armin Novak 2023-02-25 09:12:22 +01:00 committed by Martin Fleisz
parent aa2cb9aa5f
commit f0e9797b4c
9 changed files with 9 additions and 9 deletions

View File

@ -18,7 +18,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
cmake_minimum_required(VERSION 3.9)
cmake_minimum_required(VERSION 3.13)
project(FreeRDP C)

View File

@ -17,7 +17,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
cmake_minimum_required(VERSION 3.4)
cmake_minimum_required(VERSION 3.13)
project("freerdp-android")

View File

@ -129,7 +129,7 @@
# command.
#
cmake_minimum_required(VERSION 3.8.0)
cmake_minimum_required(VERSION 3.13)
# CMake invokes the toolchain file twice during the first build, but only once during subsequent rebuilds.
if(DEFINED ENV{_IOS_TOOLCHAIN_HAS_RUN})

View File

@ -24,7 +24,7 @@ set(RDTK_VERSION_FULL "${RDTK_VERSION}")
set(RDTK_API_VERSION "${RDTK_VERSION_MAJOR}")
if (NOT FREERDP_UNIFIED_BUILD)
cmake_minimum_required(VERSION 3.9)
cmake_minimum_required(VERSION 3.13)
project(RdTk VERSION ${RDTK_VERSION} LANGUAGES C)
set(CMAKE_C_STANDARD 11)

View File

@ -19,7 +19,7 @@
# limitations under the License.
#
cmake_minimum_required(VERSION 3.9)
cmake_minimum_required(VERSION 3.13)
project(proxy-bitmap-filter-plugin VERSION 1.0.0 LANGUAGES CXX)

View File

@ -19,7 +19,7 @@
# limitations under the License.
#
cmake_minimum_required(VERSION 3.9)
cmake_minimum_required(VERSION 3.13)
project(proxy-capture-plugin VERSION 1.0.0 LANGUAGES C)

View File

@ -19,7 +19,7 @@
# limitations under the License.
#
cmake_minimum_required(VERSION 3.9)
cmake_minimum_required(VERSION 3.13)
project(proxy-demo-plugin VERSION 1.0.0 LANGUAGES CXX)

View File

@ -24,7 +24,7 @@ set(UWAC_VERSION_FULL "${UWAC_VERSION}")
set(UWAC_API_VERSION "${UWAC_VERSION_MAJOR}")
if (NOT FREERDP_UNIFIED_BUILD)
cmake_minimum_required(VERSION 3.9)
cmake_minimum_required(VERSION 3.13)
project(uwac VERSION ${UWAC_VERSION} LANGUAGES C)
set(CMAKE_C_STANDARD 11)

View File

@ -16,7 +16,7 @@
# limitations under the License.
if (NOT FREERDP_UNIFIED_BUILD)
cmake_minimum_required(VERSION 3.9)
cmake_minimum_required(VERSION 3.13)
project(WinPR LANGUAGES C)
set(CMAKE_C_STANDARD 11)