Changeset 129 for CMakeLists.txt

Show
Ignore:
Timestamp:
06/25/08 17:14:36 (16 years ago)
Author:
smidl
Message:

preklad na aligatoru

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • CMakeLists.txt

    r125 r129  
    2929FIND_PACKAGE(ITPP REQUIRED) 
    3030FIND_PACKAGE(ACML COMPONENTS) 
    31 FIND_PACKAGE(XSD REQUIRED) 
    32 FIND_PACKAGE(XERCES REQUIRED) 
     31# FIND_PACKAGE(XSD REQUIRED) 
     32# FIND_PACKAGE(XERCES REQUIRED) 
    3333 
    3434IF(ITPP_FOUND) 
     
    5151ENDIF(XERCES_FOUND) 
    5252 
     53# Local ettings should be written to file called CMakeLists.local 
     54# Use this option for machine-specific options, such as prallel architectures 
     55INCLUDE(CMakeLists.local OPTIONAL)       
    5356 
    5457# Recurse into the "dbm" and "tests" subdirectories.  This does not actually