Skip to content

Commit

Permalink
fixed issue: Compatibility with CMake < 3.5 will be removed from a fu…
Browse files Browse the repository at this point in the history
…ture version of CMake.
  • Loading branch information
kgbook committed Jan 9, 2024
1 parent bc6626f commit 57d1108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#

cmake_minimum_required (VERSION 2.8.12 FATAL_ERROR)
cmake_minimum_required (VERSION 3.5 FATAL_ERROR)
set (SRT_VERSION 1.5.3)

set (CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/scripts")
Expand Down

0 comments on commit 57d1108

Please sign in to comment.