star-cpr

Clip 2D meshes with 2D polygons
git clone git://git.meso-star.fr/star-cpr.git
Log | Files | Refs | README | LICENSE

commit ad5fd785b28ee96f4b5cdc59f99c5658b57454b9
parent 2611fd54a2ed7d389d1a95ec868261258003672a
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu,  1 Sep 2016 10:57:58 +0200

Upd the CMake Module name and the install destination of scpr_version.h

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

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -70,7 +70,7 @@ if(CMAKE_COMPILER_IS_GNUCXX) set_target_properties(scpr PROPERTIES COMPILE_FLAGS "-Wno-long-long") endif() -rcmake_setup_devel(scpr SCPR ${VERSION} scpr_version.h) +rcmake_setup_devel(scpr StarCPR ${VERSION} star/scpr_version.h) ################################################################################ # Define tests