Skip to content

Commit

Permalink
FIX: set zenodo dataset bleeding edge by default
Browse files Browse the repository at this point in the history
  • Loading branch information
9and3 authored Jan 19, 2024
1 parent 6e19a12 commit dcc8f3a
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/10014284" CACHE INTERNAL "")
set(TTOOL_DSET_DOI "https://zenodo.org/doi/10.5281/zenodo.7956930" CACHE INTERNAL "")

# Not sur it is a good idea, it will fail on installed version (NR)
set(__TTOOL_CONFIG_PATH__ "${CMAKE_CURRENT_SOURCE_DIR}/assets/config.yml")
Expand Down

0 comments on commit dcc8f3a

Please sign in to comment.