stardis

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

commit 21369e854175069c3827b6843a8ffd59f023fffe
parent 7931abdb3a38702965db98487207b7d59f15be91
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Mon, 14 Mar 2022 18:13:59 +0100

Merge branch 'release_0.8_r1'

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)