Skip to content

Commit

Permalink
updated cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob-C-Smith committed Aug 28, 2023
1 parent 9d6edba commit 012a6af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Need CMake 3.26
cmake_minimum_required (VERSION 3.26)
# Need CMake 3.20
cmake_minimum_required (VERSION 3.20)

# This is the name of the repository
project ("queue")
Expand Down
2 changes: 1 addition & 1 deletion cmake/queue-config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.0)

include(FeatureSummary)
set_package_properties(QUEUE PROPERTIES
URL "https://www.g10.app/ADT/queue"
URL "https://g10.app/status/#abstract_data_i"
DESCRIPTION "queue ADT"
)

Expand Down

0 comments on commit 012a6af

Please sign in to comment.