Show
Ignore:
Timestamp:
07/02/09 22:16:09 (15 years ago)
Author:
smidl
Message:

Build system restructuring

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/system/FindITPP.cmake

    r362 r406  
    4444ELSE (ITPP_FOUND) 
    4545   IF (ITPP_FIND_REQUIRED) 
    46       MESSAGE(FATAL_ERROR "Could not find ITPP library") 
     46      MESSAGE(FATAL_ERROR "Could not find ITPP library, make sure ITPP_DIR is properly set") 
    4747   ENDIF (ITPP_FIND_REQUIRED) 
    4848ENDIF (ITPP_FOUND)