Functions
FindNetCDF.cmake File Reference

Go to the source code of this file.

Functions

function FindNetCDF_get_is_parallel_aware (include_dir)
 Provides the following variables: More...
 

Function Documentation

◆ FindNetCDF_get_is_parallel_aware()

function FindNetCDF_get_is_parallel_aware ( include_dir  )

Provides the following variables:

  • NetCDF_FOUND: Whether NetCDF was found or not.
  • NetCDF_INCLUDE_DIRS: Include directories necessary to use NetCDF.
  • NetCDF_LIBRARIES: Libraries necessary to use NetCDF.
  • NetCDF_VERSION: The version of NetCDF found.
  • NetCDF::NetCDF: A target to use with target_link_libraries.
  • NetCDF_HAS_PARALLEL: Whether or not NetCDF was found with parallel IO support.

Definition at line 12 of file FindNetCDF.cmake.