Skip to content
Snippets Groups Projects
Commit c94a816c authored by Martin Schneider's avatar Martin Schneider
Browse files

Merge branch 'cmake/fixfindpvpython' into 'master'

[cmake] Add the PVPython macros config.h.cmake (has been forgotten in the initial commit)

See merge request !523
parents 164dcc79 4a5ca535
No related branches found
No related tags found
2 merge requests!600[WIP][components][plotproperties] Add a source file to plot properties of some components,!523[cmake] Add the PVPython macros config.h.cmake (has been forgotten in the initial commit)
......@@ -56,6 +56,12 @@
/* Define path to gstat executable */
#cmakedefine GSTAT_EXECUTABLE "@GSTAT_EXECUTABLE@"
/* Defines whether pvpython has been found */
#cmakedefine HAVE_PVPYTHON 1
/* Define the path to pvpython */
#define PVPYTHON_EXECUTABLE "${PVPYTHON_EXECUTABLE}"
/* end dumux
Everything below here will be overwritten
*/
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