stardis

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

commit 881e8c803c090f48a4794222fca52f8dd95e35c6
parent c307c5bf34616c8b777509be12b1aee35040b2a5
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Mon, 14 Mar 2022 18:21:38 +0100

Merge branch 'release_0.8_r1' into develop

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)