Annotation of hatari/cmake/FindMath.cmake, revision 1.1

1.1     ! root        1: 
        !             2: if(MATH_INCLUDE_DIR)
        !             3:   # Already in cache, be silent
        !             4:   set(MATH_FIND_QUIETLY TRUE)
        !             5: endif(MATH_INCLUDE_DIR)
        !             6: 
        !             7: find_path(MATH_INCLUDE_DIR math.h)
        !             8: 
        !             9: find_library(MATH_LIBRARY NAMES m)
        !            10: 
        !            11: include(FindPackageHandleStandardArgs)
        !            12: find_package_handle_standard_args(MATH DEFAULT_MSG
        !            13:                                   MATH_LIBRARY MATH_INCLUDE_DIR)
        !            14: 
        !            15: mark_as_advanced(MATH_LIBRARY MATH_INCLUDE_DIR)

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.