-
Ansgar Burchardt authored
[[Imported from SVN: r12681]]
Ansgar Burchardt authored[[Imported from SVN: r12681]]
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
dune-solvers-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()