Functions
ParaViewOptions.cmake File Reference

Go to the source code of this file.

Functions

macro paraview_require_module ()
 Conditionally require/reject optional modules. More...
 

Function Documentation

◆ paraview_require_module()

macro paraview_require_module ( )

Conditionally require/reject optional modules.

Use this macro to conditionally require (or reject) modules.

MODULES <module>...
[CONDITION <condition>]
[EXCLUSIVE]

The arguments are as follows:

  • MODULES: (Required) The list of modules.
  • CONDITION: (Defaults to TRUE) The condition under which the modules specified are added to the requested list.
  • EXCLUSIVE: When sepcified, if CONDITION is false, the module will be added to the rejected modules list.

Definition at line 320 of file ParaViewOptions.cmake.