mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-11 22:25:34 -06:00
removing blank lines in CMakeLists_files
Not sure how the lines happened, probably from the rebase process.
This commit is contained in:
parent
19734f2103
commit
14d774e08f
@ -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
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user