Merge pull request #349 from rolk/349_ertver
Test ERT for a newer API level
This commit is contained in:
commit
d5f36f14ac
@ -199,8 +199,8 @@ if (NOT (ERT_INCLUDE_DIR MATCHES "-NOTFOUND" OR ERT_LIBRARIES MATCHES "-NOTFOUND
|
|||||||
check_c_source_compiles (
|
check_c_source_compiles (
|
||||||
"#include <ert/ecl/ecl_util.h>
|
"#include <ert/ecl/ecl_util.h>
|
||||||
int main (void) {
|
int main (void) {
|
||||||
int sz;
|
bool ok;
|
||||||
sz = ecl_util_get_sizeof_ctype (ECL_INT_TYPE);
|
ok = ecl_util_fmt_file (\"foo.bar\", &ok);
|
||||||
return 0;
|
return 0;
|
||||||
}" HAVE_ERT)
|
}" HAVE_ERT)
|
||||||
cmake_pop_check_state ()
|
cmake_pop_check_state ()
|
||||||
|
Loading…
Reference in New Issue
Block a user