star-geometry-2d

Cleaning and decorating 2D geometries
git clone git://git.meso-star.fr/star-geometry-2d.git
Log | Files | Refs | README | LICENSE

commit 4b38318c4c76e11de9597511b63bc99280cf0243
parent a91e8b8ca000a4d05b575e1fb0077d233e9c290d
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Thu, 30 Jan 2020 10:17:51 +0100

Fix cmake

Diffstat:
Mcmake/CMakeLists.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -101,7 +101,7 @@ set_target_properties(sg2 PROPERTIES SOVERSION ${VERSION_MAJOR}) rcmake_copy_runtime_libraries(sg2) -rcmake_setup_devel(sg2 StarGeom ${VERSION} star/sg2_version.h) +rcmake_setup_devel(sg2 StarGeom2D ${VERSION} star/sg2_version.h) ################################################################################ # Add tests