Skip to content

Commit

Permalink
Merge pull request #1 from novoseiversia/master
Browse files Browse the repository at this point in the history
Update CPM to 0.39.0 and ModernCppStarter to 0.18.0
  • Loading branch information
TheLartians authored Apr 21, 2024
2 parents 0207350 + 142c796 commit 353e8c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The MiniCppStarter
#
# Build and run by calling:
# Build and run by calling:
# cmake -S. -Bbuild && cmake --build build && ./build/Playground

cmake_minimum_required(VERSION 3.16)
Expand All @@ -13,17 +13,17 @@ project(Playground LANGUAGES CXX)

file(
DOWNLOAD
https://github.com/cpm-cmake/CPM.cmake/releases/download/v0.38.3/CPM.cmake
https://github.com/cpm-cmake/CPM.cmake/releases/download/v0.39.0/CPM.cmake
${CMAKE_CURRENT_BINARY_DIR}/cmake/CPM.cmake
EXPECTED_HASH SHA256=cc155ce02e7945e7b8967ddfaff0b050e958a723ef7aad3766d368940cb15494
EXPECTED_HASH SHA256=66639BCAC9DD2907B2918DE466783554C1334446B9874E90D38E3778D404C2EF
)
include(${CMAKE_CURRENT_BINARY_DIR}/cmake/CPM.cmake)

# ---- Add dependencies via CPM ----
# See https://github.com/TheLartians/CPM.cmake for details and examples

# the ModernCppStarter defines an example project called 'Greeter'
CPMAddPackage("gh:TheLartians/ModernCppStarter@0.17.3")
CPMAddPackage("gh:TheLartians/ModernCppStarter@0.18.0")

# ---- Create executable ----

Expand Down

0 comments on commit 353e8c7

Please sign in to comment.