#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@ 

# CMake 4 removed compatibility with CMake < 3.5 and upstream's
# CMakeLists.txt still declares cmake_minimum_required(VERSION 2.6)
override_dh_auto_configure:
	dh_auto_configure -- -DCMAKE_POLICY_VERSION_MINIMUM=3.5
