view Resources/CMake/Version.cmake @ 512:72faa732532b bgo-commands-codegen

removed <optional> include which seems not used and is not availble with VS2015
author Alain Mazy <alain@mazy.be>
date Fri, 08 Mar 2019 18:34:26 +0100
parents c2f0077bb5b8
children
line wrap: on
line source

set(ORTHANC_STONE_VERSION "mainline")

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