Skip to content

Commit 60d6bd5

Browse files
committed
adjust CMake files to get rid of deprecation warnings
This time it should eliminate all warnings, and the submodule gets updated, too.
1 parent b5a6229 commit 60d6bd5

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

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
project(sha256)
44

libstriezel

Submodule libstriezel updated from 03046fd to fd76971

tests/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
# Recurse into subdirectory for SHA-1 test (160 bit digest).
44
add_subdirectory (sha160)

tests/sha160/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
# Recurse into subdirectory for simple test.
44
add_subdirectory (secure-hashing-examples)

tests/sha224/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
# Recurse into subdirectory for simple test.
44
add_subdirectory (secure-hashing-examples)

tests/sha256/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
# Recurse into subdirectory for simple test.
44
add_subdirectory (secure-hashing-examples)

tests/sha384/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
# Recurse into subdirectory for simple test.
44
add_subdirectory (secure-hashing-examples)

tests/sha512/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
# Recurse into subdirectory for simple test.
44
add_subdirectory (secure-hashing-examples)

0 commit comments

Comments
 (0)