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

1.1     ! root        1: 
        !             2: if(UDEV_INCLUDE_DIR)
        !             3:   # Already in cache, be silent
        !             4:   set(UDEV_FIND_QUIETLY TRUE)
        !             5: endif(UDEV_INCLUDE_DIR)
        !             6: 
        !             7: find_path(UDEV_INCLUDE_DIR libudev.h)
        !             8: 
        !             9: find_library(UDEV_LIBRARY NAMES udev)
        !            10: 
        !            11: include(FindPackageHandleStandardArgs)
        !            12: find_package_handle_standard_args(UDEV DEFAULT_MSG
        !            13:                                   UDEV_LIBRARY UDEV_INCLUDE_DIR)
        !            14: 
        !            15: mark_as_advanced(UDEV_LIBRARY UDEV_INCLUDE_DIR)

unix.superglobalmegacorp.com

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