Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright © 2025 CCP ehf.

cmake_minimum_required(VERSION 3.30)
project(resources VERSION 3.0.2)
cmake_minimum_required(VERSION 3.30.1)
project(resources VERSION 3.0.3)


include(cmake/CcpGlobalSettings.cmake)
Expand Down
4 changes: 2 additions & 2 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"version": 3,
"cmakeMinimumRequired": {
"major": 3,
"minor": 31,
"patch": 0
"minor": 30,
"patch": 1
},
"configurePresets": [
{
Expand Down
1 change: 0 additions & 1 deletion cli/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Copyright © 2025 CCP ehf.

cmake_minimum_required(VERSION 3.31)
project(resources-cli VERSION 1.0.0)

find_package(argparse CONFIG REQUIRED)
Expand Down
2 changes: 0 additions & 2 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Copyright © 2025 CCP ehf.

cmake_minimum_required(VERSION 3.18)

project(resources-test)

find_package(CURL CONFIG REQUIRED)
Expand Down
1 change: 0 additions & 1 deletion tools/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Copyright © 2025 CCP ehf.

cmake_minimum_required(VERSION 3.31)
project(resources-tools VERSION 1.0.0)

find_package(cryptopp CONFIG REQUIRED)
Expand Down
Loading