mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
Add policy to use <package>_ROOT
This commit is contained in:
parent
3e816bd089
commit
bad125a071
@ -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
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user