From 9fcd3d8181c33b082ba27fa6eda9122c9829e460 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A5rd=20Skaflestad?= Date: Fri, 28 Feb 2014 19:06:42 +0100 Subject: [PATCH] Reformat prerequisite file according to convention This commit makes a few adjustments to the white-space of file 'opm-parser-prereqs.cmake' to honour the conventions of the other *-prereqs.cmake files within the OPM project's module suites. No functional changes. --- cmake/Modules/opm-parser-prereqs.cmake | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/cmake/Modules/opm-parser-prereqs.cmake b/cmake/Modules/opm-parser-prereqs.cmake index 521568b7..47c77ae9 100644 --- a/cmake/Modules/opm-parser-prereqs.cmake +++ b/cmake/Modules/opm-parser-prereqs.cmake @@ -3,16 +3,17 @@ # defines that must be present in config.h for our headers set (opm-parser_CONFIG_VAR - HAVE_ERT - ) + HAVE_ERT + ) # dependencies set (opm-parser_DEPS - # compile with C99 support if available - "C99" - # compile with C++0x/11 support if available - "CXX11Features REQUIRED" - # various runtime library enhancements - "Boost 1.44.0 COMPONENTS date_time filesystem system unit_test_framework REQUIRED" - "cJSON" - ) + # compile with C99 support if available + "C99" + # compile with C++0x/11 support if available + "CXX10Features REQUIRED" + # various runtime library enhancements + "Boost 1.44.0 + COMPONENTS date_time filesystem system unit_test_framework REQUIRED" + "cJSON" + )