Skip to content

Commit 2dae956

Browse files
committed
wip
1 parent 24da761 commit 2dae956

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.12)
2-
include(./ext/c4core/cmake/c4Project.cmake)
2+
include(./proj/c4proj/c4Project.cmake)
33
cmake_policy(SET CMP0048 NEW) # pass VERSION to project()
44
project(ryml
55
VERSION 0.11.1

ext/c4core.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
C4CORE_REPO := https://github.com/biojppm/c4core
44
# must be tag or a FULL commit hash; cannot be a branch name.
5-
C4CORE_TAG := 897cf0a4961cddc2feacb76559534cc257259a42
5+
C4CORE_TAG := v0.11.1

0 commit comments

Comments
 (0)