From 762ee14a42c9dfe37d941f2818838fee40ec5f67 Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Wed, 26 Jan 2011 16:00:09 -0500 Subject: [svn-r20002] Add variable to allow a SITE name to be defined Tested: local linux --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index ac881dc..7812487 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 -- cgit v0.12