mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +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)
|
cmake_minimum_required (VERSION 3.10)
|
||||||
project (HDF5 C)
|
project (HDF5 C)
|
||||||
|
|
||||||
|
if(POLICY CMP0074)
|
||||||
|
cmake_policy(SET CMP0074 NEW)
|
||||||
|
endif()
|
||||||
|
|
||||||
#-----------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------
|
||||||
# Instructions for use : Normal Build
|
# Instructions for use : Normal Build
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user