removing blank lines in CMakeLists_files

Not sure how the lines happened, probably from the rebase process.
This commit is contained in:
Kai Bao 2016-04-12 11:02:04 +02:00
parent 19734f2103
commit 14d774e08f

View File

@ -26,7 +26,6 @@
# originally generated with the command:
# find opm -name '*.c*' -printf '\t%p\n' | sort
list (APPEND MAIN_SOURCE_FILES
opm/autodiff/BlackoilPropsAdInterface.cpp
opm/autodiff/ExtractParallelGridInformationToISTL.cpp
opm/autodiff/NewtonIterationBlackoilCPR.cpp
@ -68,7 +67,6 @@ list (APPEND MAIN_SOURCE_FILES
)
# originally generated with the command:
# find tests -name '*.cpp' -a ! -wholename '*/not-unit/*' -printf '\t%p\n' | sort
list (APPEND TEST_SOURCE_FILES
@ -131,7 +129,6 @@ list (APPEND PROGRAM_SOURCE_FILES
# originally generated with the command:
# find opm -name '*.h*' -a ! -name '*-pch.hpp' -printf '\t%p\n' | sort
list (APPEND PUBLIC_HEADER_FILES
opm/autodiff/AdditionalObjectDeleter.hpp
opm/autodiff/AutoDiffBlock.hpp
opm/autodiff/AutoDiffHelpers.hpp
@ -228,4 +225,3 @@ list (APPEND PUBLIC_HEADER_FILES
opm/simulators/SimulatorIncompTwophase.hpp
)