Skip to content
Snippets Groups Projects
Commit 6605c62d authored by Oliver Sander's avatar Oliver Sander Committed by Christoph Grüninger
Browse files

Document how to make CMAKE_GUARD check for Dune modules

parent 6dfac46b
Branches
Tags
1 merge request!126Document how to make tests depend on optional dune modules
Pipeline #
......@@ -103,6 +103,9 @@
# The passed condition can be a complex expression like
# `( A OR B ) AND ( C OR D )`. Mind the spaces around the parentheses.
#
# Example: Write CMAKE_GUARD dune-foo_FOUND if you want your test to only
# build and run when the dune-foo module is present.
#
# .. cmake_param:: COMMAND
# :multi:
# :argname: cmd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment