From 429cc0f7cff8aad6ff8dbc890d91e6c9c37ee9f2 Mon Sep 17 00:00:00 2001 From: Peter Brady Date: Mon, 16 Oct 2023 16:53:26 -0500 Subject: [PATCH] Add eos_sap_polynomial to list of headers for install --- singularity-eos/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/singularity-eos/CMakeLists.txt b/singularity-eos/CMakeLists.txt index 12bfcff819..6d6daa7d28 100644 --- a/singularity-eos/CMakeLists.txt +++ b/singularity-eos/CMakeLists.txt @@ -33,6 +33,7 @@ set(EOS_HEADERS eos/eos_builder.hpp eos/eos_jwl.hpp eos/eos_helmholtz.hpp + eos/eos_sap_polynomial.hpp eos/modifiers/relativistic_eos.hpp eos/modifiers/scaled_eos.hpp eos/modifiers/ramps_eos.hpp