Changeset 235 for tests

Show
Ignore:
Timestamp:
01/15/09 14:46:53 (15 years ago)
Author:
smidl
Message:

compilation fixes for multicore

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • tests/CMakeLists.txt

    r222 r235  
    3939EXEC(blas_test) 
    4040 
     41IF(${XERCES_FOUND}) 
    4142EXEC(testUI) 
    4243target_link_libraries (testUI ${XERCES_LIBRARIES}) 
     44ENDIF(${XERCES_FOUND})