aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-02-22 11:53:04 +0100
committerThomas White <taw@physics.org>2023-05-02 10:51:36 +0200
commit1995ba5ada88e3c1949eaf245c5e8e60dff5a3cc (patch)
treec10f317c260df73f43da650f2faf76629f561d52 /src
parent15e72336f9763bfa2dce4d9aa0f8dcb518b51ac1 (diff)
Remove CMake build files
It's already far behind parity with Meson, and getting worse.
Diffstat (limited to 'src')
-rw-r--r--src/version.c.cmake.in13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/version.c.cmake.in b/src/version.c.cmake.in
deleted file mode 100644
index a22b4143..00000000
--- a/src/version.c.cmake.in
+++ /dev/null
@@ -1,13 +0,0 @@
-const char *crystfel_version_string()
-{
- return "${CRYSTFEL_VERSION}";
-}
-
-const char *crystfel_licence_string()
-{
- return "License GPLv3+: GNU GPL version 3 or later" \
- " <http://gnu.org/licenses/gpl.html>.\n" \
- "This is free software: you are free to change and redistribute it.\n" \
- "There is NO WARRANTY, to the extent permitted by law.\n\n" \
- "Written by Thomas White and others.";
-}