stardis

Perform coupled heat transfer calculations
git clone git://git.meso-star.fr/stardis.git
Log | Files | Refs | README | LICENSE

commit 46f224fc910bebb9da1a3edb2380783a1abe9bf1
parent c307c5bf34616c8b777509be12b1aee35040b2a5
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Mon, 14 Mar 2022 18:12:37 +0100

Fix stardis-green-types.h install

Diffstat:
Mstardis-green-types/stardis-green-types-config.cmake | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stardis-green-types/stardis-green-types-config.cmake b/stardis-green-types/stardis-green-types-config.cmake @@ -19,7 +19,7 @@ include(SelectLibraryConfigurations) # Try to find stardis-green-types # Look for stardis-green-types header -find_path(SGT_INCLUDE_DIR stardis-green-types.h) +find_path(SGT_INCLUDE_DIR stardis/stardis-green-types.h) # Check the package include(FindPackageHandleStandardArgs)