Skip to content

Commit 9f9e438

Browse files
committed
adjust CMake files to get rid of some deprecation warnings
1 parent 080ba66 commit 9f9e438

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

sha256/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# We might support earlier versions, too, but try to use a recent version.
2-
cmake_minimum_required (VERSION 3.8)
2+
cmake_minimum_required (VERSION 3.8...3.31)
33

44
project(sha256)
55

tests/sha160/secure-hashing-examples/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required (VERSION 3.8)
1+
cmake_minimum_required (VERSION 3.8...3.31)
22

33
# binary simple SHA-1 test
44
project(test_simple_sha1)

tests/sha224/additional-buffer/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required (VERSION 3.8)
1+
cmake_minimum_required (VERSION 3.8...3.31)
22

33
# binary for additional SHA-224 tests
44
project(test_additional_buffer_sha224)

tests/sha224/additional-file/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required (VERSION 3.8)
1+
cmake_minimum_required (VERSION 3.8...3.31)
22

33
# binary for additional SHA-224 tests
44
project(test_additional_sha224)

tests/sha224/secure-hashing-examples/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required (VERSION 3.8)
1+
cmake_minimum_required (VERSION 3.8...3.31)
22

33
# binary for simple SHA-224 test
44
project(test_simple_sha224)

tests/sha256/additional-buffer/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required (VERSION 3.8)
1+
cmake_minimum_required (VERSION 3.8...3.31)
22

33
# binary for additional SHA-256 tests
44
project(test_additional_buffer_sha256)

tests/sha256/additional-file/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required (VERSION 3.8)
1+
cmake_minimum_required (VERSION 3.8...3.31)
22

33
# binary for additional SHA-256 tests
44
project(test_additional_sha256)

tests/sha256/secure-hashing-examples/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required (VERSION 3.8)
1+
cmake_minimum_required (VERSION 3.8...3.31)
22

33
# binary for simple SHA-256 test
44
project(test_simple_sha256)

tests/sha384/additional-buffer/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required (VERSION 3.8)
1+
cmake_minimum_required (VERSION 3.8...3.31)
22

33
# binary for additional SHA-384 buffer tests
44
project(test_additional_buffer_sha384)

tests/sha384/additional-file/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required (VERSION 3.8)
1+
cmake_minimum_required (VERSION 3.8...3.31)
22

33
# binary for additional SHA-384 tests
44
project(test_additional_sha384)

0 commit comments

Comments
 (0)