commit 63bfccee6ba5d16d5314d703f6e9378efbc3f432
parent d3a1ea70442dcc3fd74c3c82873263ba943e9692
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Wed, 23 Mar 2016 12:04:39 +0100
Fix the install target
Install the GPLv3 COPYING file rather than the outdated CeCILL
COPYING.<fr|en> files.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -67,7 +67,7 @@ set(SCHIFF_FILES_INC
schiff_mesh.h
schiff_optical_properties.h
schiff_streamline.h)
-set(SCHIFF_FILES_DOC COPYING.fr COPYING.en README.md)
+set(SCHIFF_FILES_DOC COPYING)
set(SCHIFF_FILES_MAN1 schiff.1)
set(SCHIFF_FILES_MAN5 schiff-geometry.5 schiff-output.5)