2 # Try to find the Myricom SNF library.
5 # Try to find the header
6 find_path(SNF_INCLUDE_DIR snf.h /opt/snf)
8 # Try to find the library
9 find_library(SNF_LIBRARY snf /opt/snf)
11 include(FindPackageHandleStandardArgs)
12 find_package_handle_standard_args(SNF