Merge pull request #144 from akva2/fix_output_config_var

fixed: set correct config variable
This commit is contained in:
Bård Skaflestad
2016-06-13 12:37:35 +02:00
committed by GitHub

View File

@@ -2,7 +2,7 @@
# vim: set filetype=cmake autoindent tabstop=2 shiftwidth=2 noexpandtab softtabstop=2 nowrap:
# defines that must be present in config.h for our headers
set (opm-core_CONFIG_VAR
set (opm-output_CONFIG_VAR
HAVE_ERT
)