Skip to content

Commit

Permalink
build: bump rang cmake_minimum_required to 3.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Jul 2, 2024
1 parent e98b445 commit 41b5a62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ FetchContent_Declare(

set(rang_GIT_REPOSITORY "https://github.com/agauniyal/rang.git")
set(rang_GIT_REPOSITORY "https://github.com/thewtex/rang.git")
# v3.2 + WASI
set(rang_GIT_TAG "12a863f29c678b913b924102cf61a058a9eb4b4e")
# v3.2 + WASI + cmake_minimum_required
set(rang_GIT_TAG "e50d8673fdc1d053b1502752d937c4e76510958c")
FetchContent_Declare(
rang
GIT_REPOSITORY ${rang_GIT_REPOSITORY}
Expand Down

0 comments on commit 41b5a62

Please sign in to comment.