Skip to content

Commit

Permalink
Update: project DOI
Browse files Browse the repository at this point in the history
  • Loading branch information
octoflar committed Jun 26, 2024
1 parent cb2b438 commit ecf46fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ include(src/main/cmake/veclib.cmake)
include(src/main/cmake/openmp.cmake)

project(especia VERSION 2024.3 LANGUAGES C CXX)
project_revision(GIT)
project_title("Evolutionary spectrum inversion and analysis (Especia)")
project_doi("https://doi.org/10.5281/zenodo.785071")
project_doi_html("<a href=\\\"https://doi.org/10.5281/zenodo.785071\\\">doi.org/10.5281/zenodo.785071</a>")
project_doi("10.5281/zenodo.785071")
project_doi_html("<a href=\\\"https://zenodo.org/doi/10.5281/zenodo.785071\\\">10.5281/zenodo.785071</a>")
project_rev(GIT)
project_url("https://github.com/octoflar/especia")
project_install_prefix($ENV{HOME})

Expand Down
2 changes: 1 addition & 1 deletion src/main/cmake/project.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function(project_url URL)
set(PROJECT_URL ${URL} PARENT_SCOPE)
endfunction()

function(project_revision REV)
function(project_rev REV)
if (${REV} STREQUAL GIT)
find_program(GIT git)
if (GIT)
Expand Down

0 comments on commit ecf46fb

Please sign in to comment.