From fdf8a0ddcb0618698fc06da4b93ae3287bbd5c62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A5rd=20Skaflestad?= Date: Wed, 5 Jun 2013 12:18:21 +0200 Subject: [PATCH] Indent lists using rather than . This is the convention used throughout the .cmake files of OPM-Core. --- CMakeLists_files.cmake | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists_files.cmake b/CMakeLists_files.cmake index 4e40293d..69d5a22d 100644 --- a/CMakeLists_files.cmake +++ b/CMakeLists_files.cmake @@ -146,16 +146,16 @@ list (APPEND TEST_SOURCE_FILES tests/test_wachspresscoord.cpp tests/test_column_extract.cpp tests/test_geom2d.cpp - tests/test_param.cpp - tests/test_blackoilfluid.cpp + tests/test_param.cpp + tests/test_blackoilfluid.cpp ) # originally generated with the command: # find tests -name '*.xml' -a ! -wholename '*/not-unit/*' -printf '\t%p\n' | sort list (APPEND TEST_DATA_FILES tests/extratestdata.xml - tests/testdata.xml - tests/testFluid.DATA + tests/testdata.xml + tests/testFluid.DATA ) # originally generated with the command: