view Resources/CMake/Version.cmake @ 1032:43bf09d73e03

Added tag toa2019100701 for changeset 7b89e88bb66e
author Benjamin Golinvaux <bgo@osimis.io>
date Mon, 07 Oct 2019 14:09:44 +0200
parents c2f0077bb5b8
children
line wrap: on
line source

set(ORTHANC_STONE_VERSION "mainline")

add_definitions(
  -DORTHANC_STONE_VERSION="${ORTHANC_STONE_VERSION}"
  )