Add policy to use <package>_ROOT

This commit is contained in:
Allen Byrne 2019-09-05 16:54:24 -05:00
parent 3e816bd089
commit bad125a071

View File

@ -1,6 +1,10 @@
cmake_minimum_required (VERSION 3.10)
project (HDF5 C)
if(POLICY CMP0074)
cmake_policy(SET CMP0074 NEW)
endif()
#-----------------------------------------------------------------------------
# Instructions for use : Normal Build
#