view Resources/CMake/Version.cmake @ 1189:09fc591d8ff9 broker

replacing boost::chrono by boost::posix_time for older compilers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 23 Nov 2019 11:57:03 +0100
parents c2f0077bb5b8
children
line wrap: on
line source

set(ORTHANC_STONE_VERSION "mainline")

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