Skip to content
Snippets Groups Projects
Forked from Core Modules / dune-common
4874 commits behind the upstream repository.
dune-common-version.cmake.in 324 B
set(PACKAGE_VERSION "@DUNE_MOD_VERSION@")

if(NOT "${PACKAGE_FIND_VERSION}" VERSION_GREATER "@DUNE_MOD_VERSION@")
  set (PACKAGE_VERSION_COMPATIBLE 1) # compatible with older
  if ("${PACKAGE_FIND_VERSION}" VERSION_EQUAL "@DUNE_MOD_VERSION@")
    set(PACKAGE_VERSION_EXACT 1) #exact match for this version
  endif()
endif()