Skip to content

Commit

Permalink
remove superfluous / outdated comments from CMake scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Aug 11, 2024
1 parent 16ed1c4 commit bdea536
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# We might support earlier versions, too, but try to use a recent one.
cmake_minimum_required (VERSION 3.8)

project(pmdb)
Expand Down
1 change: 0 additions & 1 deletion tests/colourmap/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# We might support earlier versions, too, but those are not tested.
cmake_minimum_required (VERSION 3.8)

# binary for Config creation test
Expand Down
1 change: 0 additions & 1 deletion tests/messagedatabase/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# We might support earlier versions, too, but those are not tested.
cmake_minimum_required (VERSION 3.8)

# Recurse into subdirectory for addMessage() test.
Expand Down
1 change: 0 additions & 1 deletion tests/pmdb-no-comp/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# We might support earlier versions, too, but try to use a recent one.
cmake_minimum_required (VERSION 3.8)

# ********************************************
Expand Down
1 change: 0 additions & 1 deletion tests/pmdb/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# We might support earlier versions, too, but try to use a recent version.
cmake_minimum_required (VERSION 3.8)

# *************************************
Expand Down
1 change: 0 additions & 1 deletion tests/privatemessage/normalise/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# We might support earlier versions, too, but those are not tested.
cmake_minimum_required (VERSION 3.8)

# binary for PrivateMessage::normalise() test
Expand Down
1 change: 0 additions & 1 deletion tests/privatemessage/save-load-compressed/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# We might support earlier versions, too, but those are not tested.
cmake_minimum_required (VERSION 3.8)

# binary for PrivateMessage::saveToFile()/loadFromFile() test
Expand Down

0 comments on commit bdea536

Please sign in to comment.