cmake: add missing header to legacy api
authorChristoph Junghans <junghans@votca.org>
Mon, 30 Sep 2019 23:46:46 +0000 (17:46 -0600)
committerMark Abraham <mark.j.abraham@gmail.com>
Tue, 1 Oct 2019 08:58:07 +0000 (10:58 +0200)
range.h is now needed by block.h

Change-Id: I372ddbe6475511d3e6e711e2f677792d568ac853

src/gromacs/utility/CMakeLists.txt

index cad01b27e092ff8f04bd8973f692255dbc06816d..782753d3d359fa752a269c92917890acecd19ed3 100644 (file)
@@ -52,6 +52,7 @@ if(GMX_INSTALL_LEGACY_API)
           baseversion.h
           enumerationhelpers.h
           programcontext.h
+          range.h
           smalloc.h
           unique_cptr.h
           DESTINATION include/gromacs/utility)