From d1e5164a3c740b01438c430faae9fc5ddd17e2d0 Mon Sep 17 00:00:00 2001 From: Christoph Junghans Date: Tue, 10 Apr 2018 17:04:32 -0600 Subject: [PATCH] fix cmake build (#30) --- cmake/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index c01b067..bc36fdb 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -113,7 +113,8 @@ mofit_plato.f90 ppfit.f90 pairpot_noneb.f90 allfit.f90 readppottab.f90 pairpottab.f90 hugrescale.f90 avesforhug.f90 getdipole.f90 fittingoutput.f90 tabtest.f90 kgenX.f90 korthomyH.f90 kdeorthomyrho.f90 kfcoulnono.f90 kpulay.f90 getforce.f90 masses2symbols.f90 setuptbmd.f90 -wrtrestartlib.f90 readrestartlib.f90) +wrtrestartlib.f90 readrestartlib.f90 readppotspline.f90 pairpotspline.f90 +errors.f90) foreach(_m MYMODULES MYSUBS DBCSR) set(${_m}_SOURCES)