Skip to content
Snippets Groups Projects
Commit 6996d285 authored by Lars Bilke's avatar Lars Bilke Committed by Dmitri Naumov
Browse files

[CMake] Added optional parameter REQUIREMENTS to AddTest().

Handles optional simple boolean expression which has to be true to
enable the test, e.g.

AddTest(
  ..
  REQUIREMENTS OGS_USE_PETSC AND (OGS_USE_EIGEN OR OGS_USE_LIS)
)
parent bca919f4
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment