
cmake_minimum_required( VERSION 3.18 FATAL_ERROR )

project( find_hic LANGUAGES CXX )

find_package( hic REQUIRED )
