Show
Ignore:
Timestamp:
01/13/10 22:56:35 (14 years ago)
Author:
smidl
Message:

acc

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/system/SetBdmEnv.cmake

    r693 r786  
    3939        # Generally this directory should not exist! 
    4040        # Use this location is you compile itpp from sources 
    41         IF(NOT ITPP_DIR) 
     41        MESSAGE("ITPPDIR $ENV{ITPP_DIR}") 
     42        IF($ENV{ITPP_DIR}) 
     43                SET(ITPP_DIR $ENV{ITPP_DIR}) 
     44        ELSE($ENV{ITPP_DIR}) 
    4245                SET(ITPP_DIR "${BDM_SOURCE_DIR}/system/linux/") 
    43         ENDIF(NOT ITPP_DIR) 
     46        ENDIF($ENV{ITPP_DIR}) 
     47        MESSAGE("ITPPDIR ${ITPP_DIR}") 
    4448        #This is for UNIX makefile which does only one release at a time. 
    4549ENDIF(UNIX)