Skip to content

Commit

Permalink
FIX: point to correct updated zenodo repo
Browse files Browse the repository at this point in the history
  • Loading branch information
9and3 authored Oct 13, 2023
1 parent 281bca3 commit 0e71573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.21)
project(TTool VERSION "0.1.0" LANGUAGES CXX)

# zenodo direct doi link (to change if dataset us updated)
set(TTOOL_DSET_DOI "https://zenodo.org/record/8434635" CACHE INTERNAL "")
set(TTOOL_DSET_DOI "https://zenodo.org/record/8229361" CACHE INTERNAL "")
include(cmake/dataset.cmake)

file(GLOB glsl_SOURCES src/shader/*.glsl)
Expand Down

0 comments on commit 0e71573

Please sign in to comment.