mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[svn-r20002] Add variable to allow a SITE name to be defined
Tested: local linux
This commit is contained in:
parent
bf8f584a72
commit
762ee14a42
@ -69,6 +69,9 @@ PROJECT (HDF5 C CXX)
|
||||
# # Add the sub project
|
||||
# ADD_SUBDIRECTORY(Utilities/hdf5-1.8)
|
||||
#-----------------------------------------------------------------------------
|
||||
IF (SITE_NAME_VAR)
|
||||
SET (SITE ${SITE_NAME_VAR})
|
||||
ENDIF (SITE_NAME_VAR)
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
# Set the core names of all the libraries
|
||||
|
Loading…
Reference in New Issue
Block a user