Go to the source code of this file.
Functions | |
| macro | paraview_require_module () |
| Conditionally require/reject optional modules. More... | |
| macro paraview_require_module | ( | ) |
Conditionally require/reject optional modules.
Use this macro to conditionally require (or reject) modules.
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.
1.8.13 on Tue Dec 31 2024