Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ assignees: ''
```cmake
# CMakeLists.txt

cmake_minimum_required(VERSION 3.2)
cmake_minimum_required(VERSION 3.12)

include("cmake/HunterGate.cmake")
HunterGate(
Expand Down
2 changes: 1 addition & 1 deletion cmake/modules/hunter_apply_gate_settings.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2015, Ruslan Baratov
# All rights reserved.

cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.12)

include(CMakeParseArguments) # cmake_parse_arguments

Expand Down
2 changes: 1 addition & 1 deletion cmake/modules/hunter_boost_component_b2_args.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Copyright (c) 2016, Ruslan Baratov
# All rights reserved.

cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.12)

# for iostreams dependency on ZLIB and BZIP2
include(hunter_add_package)
Expand Down
2 changes: 1 addition & 1 deletion cmake/modules/hunter_calculate_config_sha1.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2015, Ruslan Baratov
# All rights reserved.

cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.12)

include(hunter_assert_not_empty_string)
include(hunter_config)
Expand Down
2 changes: 1 addition & 1 deletion cmake/modules/hunter_calculate_self.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2015, Ruslan Baratov
# All rights reserved.

cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.12)

include(hunter_internal_error)
include(hunter_assert_not_empty_string)
Expand Down
2 changes: 1 addition & 1 deletion cmake/modules/hunter_lock_directory.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2015, Ruslan Baratov
# All rights reserved.

cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.12)

include(hunter_fatal_error)
include(hunter_status_debug)
Expand Down
2 changes: 1 addition & 1 deletion cmake/modules/hunter_make_directory.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2015, Ruslan Baratov
# All rights reserved.

cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.12)

include(hunter_internal_error)
include(hunter_lock_directory)
Expand Down
2 changes: 1 addition & 1 deletion cmake/modules/hunter_set_config_location.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2015, Ruslan Baratov
# All rights reserved.

cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.12)

include(hunter_internal_error)
include(hunter_status_print)
Expand Down
2 changes: 1 addition & 1 deletion cmake/modules/hunter_setup_msvc.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2014-2016, Ruslan Baratov, Sumedh Ghaisas
# All rights reserved.

cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.12)

include(hunter_fatal_error)
include(hunter_internal_error)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2013, 2015 Ruslan Baratov, Alexandre Pretyman
# All rights reserved.

cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.12)
project(Hunter)

list(APPEND CMAKE_MODULE_PATH "@HUNTER_SELF@/cmake/modules")
Expand Down
2 changes: 1 addition & 1 deletion cmake/projects/Boost/schemes/url_sha1_boost.cmake.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2013, 2015 Ruslan Baratov
# All rights reserved.

cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.12)
project(Hunter)

include(ExternalProject) # ExternalProject_Add
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2013, Ruslan Baratov
# All rights reserved.

cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.12)
project(Hunter)

include(ExternalProject) # ExternalProject_Add
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2013-2015, Ruslan Baratov
# All rights reserved.

cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.12)
project(Hunter)

include(ExternalProject) # ExternalProject_Add
Expand Down
2 changes: 1 addition & 1 deletion cmake/projects/NASM/schemes/url_sha1_nasm_windows.cmake.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2017, Zhuhao Wang
# All rights reserved.

cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.12)
project(Hunter)

include(ExternalProject) # ExternalProject_Add
Expand Down
2 changes: 1 addition & 1 deletion cmake/projects/OpenBLAS/schemes/OpenBLAS.cmake.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2016 Ruslan Baratov
# All rights reserved.

cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.12)
project(Hunter)

include(ExternalProject) # ExternalProject_Add
Expand Down
2 changes: 1 addition & 1 deletion cmake/projects/OpenSSL/ep-stages/configure.cmake.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.12)

if(NOT "@NASM_ROOT@" STREQUAL "")
set(ENV{PATH} "@NASM_ROOT@/bin;$ENV{PATH}")
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.12)

if(NOT "@NASM_ROOT@" STREQUAL "")
set(ENV{PATH} "@NASM_ROOT@/bin;$ENV{PATH}")
Expand Down
2 changes: 1 addition & 1 deletion cmake/projects/OpenSSL/schemes/url_sha1_openssl.cmake.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2013, 2015 Ruslan Baratov
# All rights reserved.

cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.12)
project(Hunter)

include(ExternalProject) # ExternalProject_Add
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2013, 2015 Ruslan Baratov
# All rights reserved.

cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.12)
project(Hunter)

include(ExternalProject) # ExternalProject_Add
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2013, 2015 Ruslan Baratov
# All rights reserved.

cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.12)
project(Hunter)

include(ExternalProject) # ExternalProject_Add
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2014, Ruslan Baratov
# All rights reserved.

cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.12)
project(Hunter)

include(ExternalProject) # ExternalProject_Add
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2016, Ruslan Baratov
# All rights reserved.

cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.12)
project(Hunter)

include(ExternalProject) # ExternalProject_Add
Expand Down
2 changes: 1 addition & 1 deletion cmake/projects/Qt/ep-stages/qt-build.cmake.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.12)

### Input params check

Expand Down
2 changes: 1 addition & 1 deletion cmake/projects/Qt/ep-stages/qt-configure.cmake.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### Input params check
cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.12)

string(COMPARE EQUAL "@configure_command@" "" is_empty)
if(is_empty)
Expand Down
2 changes: 1 addition & 1 deletion cmake/projects/Qt/ep-stages/qt-install.cmake.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### Input params check
cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.12)

string(COMPARE EQUAL "@global_install_dir@" "" is_empty)
if(is_empty)
Expand Down
2 changes: 1 addition & 1 deletion cmake/projects/Qt/schemes/url_sha1_qt.cmake.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2013, 2015-2016 Ruslan Baratov, Alexandre Pretyman
# All rights reserved.

cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.12)
project(Hunter)

include(ExternalProject) # ExternalProject_Add
Expand Down
2 changes: 1 addition & 1 deletion cmake/projects/botan/schemes/url_sha1_botan.cmake.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.12)

project(Hunter)

Expand Down
2 changes: 1 addition & 1 deletion cmake/projects/botan/schemes/url_sha1_botan_ios.cmake.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.12)

project(Hunter)

Expand Down
2 changes: 1 addition & 1 deletion cmake/projects/botan/schemes/url_sha1_botan_macos.cmake.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.12)

project(Hunter)

Expand Down
2 changes: 1 addition & 1 deletion cmake/projects/botan/schemes/url_sha1_botan_win.cmake.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.12)

project(Hunter)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.12)
project(Hunter)

list(APPEND CMAKE_MODULE_PATH "@HUNTER_SELF@/cmake/modules")
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2013, 2015 Ruslan Baratov, Alexandre Pretyman
# All rights reserved.

cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.12)
project(Hunter)

list(APPEND CMAKE_MODULE_PATH "@HUNTER_SELF@/cmake/modules")
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.12)
project(Hunter)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Copyright (c) 2017, Sacha Refshauge
# All rights reserved.

cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.12)
project(Hunter)

include(ExternalProject) # ExternalProject_Add
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2016 Ruslan Baratov, Alexandre Pretyman
# All rights reserved.

cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.12)
project(Hunter)

include("@HUNTER_SELF@/cmake/Hunter")
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2016 Ruslan Baratov, Alexandre Pretyman
# All rights reserved.

cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.12)
project(Hunter)

include("@HUNTER_SELF@/cmake/Hunter")
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2016 Ruslan Baratov, Alexandre Pretyman
# All rights reserved.

cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.12)
project(Hunter)

include("@HUNTER_SELF@/cmake/Hunter")
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2013, 2015 Ruslan Baratov, Alexandre Pretyman
# All rights reserved.

cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.12)
project(Hunter)

include("@HUNTER_SELF@/cmake/Hunter")
Expand Down
2 changes: 1 addition & 1 deletion cmake/projects/tcl/schemes/url_sha1_tcl_autotools.cmake.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2013, 2015 Ruslan Baratov, Alexandre Pretyman
# All rights reserved.

cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.12)
project(Hunter)

include("@HUNTER_SELF@/cmake/Hunter")
Expand Down
2 changes: 1 addition & 1 deletion cmake/projects/x264/schemes/url_sha1_x264.cmake.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2017 Alexandre Pretyman
# All rights reserved.

cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.12)
project(Hunter)

include(ExternalProject) # ExternalProject_Add
Expand Down
2 changes: 1 addition & 1 deletion cmake/projects/xcb/schemes/xcb.cmake.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2016 Ruslan Baratov
# All rights reserved.

cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.12)
project(Hunter)

include("@HUNTER_SELF@/cmake/Hunter")
Expand Down
2 changes: 1 addition & 1 deletion cmake/schemes/git_tag_cmake.cmake.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2015, Ruslan Baratov
# All rights reserved.

cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.12)
project(Hunter)

include(ExternalProject) # ExternalProject_Add
Expand Down
2 changes: 1 addition & 1 deletion cmake/schemes/url_sha1_autogen_autotools.cmake.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2013, 2015 Ruslan Baratov, Alexandre Pretyman
# All rights reserved.

cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.12)
project(Hunter)

list(APPEND CMAKE_MODULE_PATH "@HUNTER_SELF@/cmake/modules")
Expand Down
2 changes: 1 addition & 1 deletion cmake/schemes/url_sha1_autotools.cmake.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2013, 2015 Ruslan Baratov, Alexandre Pretyman
# All rights reserved.

cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.12)
project(Hunter)

include("@HUNTER_SELF@/cmake/Hunter")
Expand Down
2 changes: 1 addition & 1 deletion cmake/schemes/url_sha1_cmake.cmake.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2015, Ruslan Baratov
# All rights reserved.

cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.12)
project(Hunter)

include(ExternalProject) # ExternalProject_Add
Expand Down
2 changes: 1 addition & 1 deletion cmake/schemes/url_sha1_download.cmake.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2015 Ruslan Baratov
# All rights reserved.

cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.12)
project(Hunter)

include(ExternalProject) # ExternalProject_Add
Expand Down
2 changes: 1 addition & 1 deletion cmake/schemes/url_sha1_ios_sim.cmake.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2013, 2015 Ruslan Baratov
# All rights reserved.

cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.12)
project(Hunter)

include(ExternalProject) # ExternalProject_Add
Expand Down
2 changes: 1 addition & 1 deletion cmake/schemes/url_sha1_make_only.cmake.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This is configuration file, variable @SOME_VARIABLE_NAME@ will be substituted during configure_file command
cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.12)

# If such variables like `CMAKE_CXX_FLAGS` or `CMAKE_CXX_COMPILER` not used by scheme
# setting `LANGUAGES` to `NONE` will speed-up build a little bit. If you have any problems/glitches
Expand Down
Loading