star-gf

Compute Gebhart factors
git clone git://git.meso-star.fr/star-gf.git
Log | Files | Refs | README | LICENSE

commit 49be923d1162447afe3a6abce810b3bee772e20b
parent 69582926d3376ca6dbb9435d6555e6cd51894097
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Tue, 27 Oct 2015 13:56:05 +0100

Fix the install target

Remove the missing COPYING.<en|fr> files from the files to copy.

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

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -50,7 +50,7 @@ set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) set(SGF_FILES_SRC sgf_device.c sgf_estimator.c) set(SGF_FILES_INC_API sgf.h) set(SGF_FILES_INC sgf_device_c.h) -set(SGF_FILES_DOC COPYING.en COPYING.fr README.md) +set(SGF_FILES_DOC COPYING README.md) # Prepend each file in the `SGF_FILES_<SRC|INC>' list by `SGF_SOURCE_DIR' rcmake_prepend_path(SGF_FILES_SRC ${SGF_SOURCE_DIR})