Skip to content
Snippets Groups Projects
Select Git revision
  • a5aac32789bf08419610e4cd96f658b4ce89aa12
  • master default protected
  • fix_build
  • v1.1.2
  • v1.1.1
  • v1.1
  • v1.0.10
  • v1.0.9
  • v1.0.8
  • v1.0.7-3
  • v1.0.7
  • v1.0.6
  • v1.0.5
  • v1.0.4
  • 1.0d
  • 1.0c
  • 1.0b
  • 1.0
18 results

trex.cpp

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    dune-elasticity-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()