dune_instance_apply_bindirΒΆ

Modify a filename to be relative to CMAKE_CURRENT_BINARY_DIR.

dune_instance_apply_bindir(
     fname_var 
)
fname_var

The name of the variable containing the file name.

This is used to mimic the behaviour of configure_file(). If the file name given is not absolute, it is modified by prepending ${CMAKE_CURRENT_BINARY_DIR}.