Skip to content

Commit 44fd718

Browse files
committed
Require CMake 3.5 in debug_assert
1 parent c1ae83a commit 44fd718

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

external/debug_assert/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is subject to the license terms in the LICENSE file
33
# found in the top-level directory of this distribution.
44

5-
cmake_minimum_required(VERSION 3.1)
5+
cmake_minimum_required(VERSION 3.5)
66
project(DEBUG_ASSERT)
77

88
# Determine if debug_assert is built as a subproject (using add_subdirectory)

0 commit comments

Comments
 (0)