summaryrefslogtreecommitdiffstats
path: root/libs
diff options
context:
space:
mode:
authorFlorian Franzmann2019-10-05 16:26:12 +0200
committerFlorian Franzmann2019-10-05 18:29:11 +0200
commit18b6f7f42b9c17d5bbca2887bb66eeed621f72ce (patch)
tree99d86d56aba45bda434d3fee4bdb7594ebdfb5dc /libs
parent832b93ec6760b9ad4ffba5f265491ecad04b9541 (diff)
libs/capnproto: use CMAKE_*
Diffstat (limited to 'libs')
-rwxr-xr-xlibs/capnproto/BUILD1
-rwxr-xr-xlibs/capnproto/CONFIGURE1
-rwxr-xr-xlibs/capnproto/DEPENDS4
-rwxr-xr-xlibs/capnproto/DETAILS1
-rw-r--r--libs/capnproto/HISTORY3
5 files changed, 7 insertions, 3 deletions
diff --git a/libs/capnproto/BUILD b/libs/capnproto/BUILD
deleted file mode 100755
index e013b8d866..0000000000
--- a/libs/capnproto/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-cmake_build
diff --git a/libs/capnproto/CONFIGURE b/libs/capnproto/CONFIGURE
new file mode 100755
index 0000000000..b2f02c3032
--- /dev/null
+++ b/libs/capnproto/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/libs/capnproto/DEPENDS b/libs/capnproto/DEPENDS
index 40940c8d73..0ce83f2047 100755
--- a/libs/capnproto/DEPENDS
+++ b/libs/capnproto/DEPENDS
@@ -1,2 +1,2 @@
-depends gcc &&
-depends cmake
+source $GRIMOIRE/CMAKE_DEPENDS &&
+depends gcc
diff --git a/libs/capnproto/DETAILS b/libs/capnproto/DETAILS
index 1690d88057..7f4b5a7628 100755
--- a/libs/capnproto/DETAILS
+++ b/libs/capnproto/DETAILS
@@ -1,3 +1,4 @@
+source $GRIMOIRE/CMAKE_FUNCTIONS
SPELL=capnproto
VERSION=0.7.0
SOURCE="$SPELL-$VERSION.tar.gz"
diff --git a/libs/capnproto/HISTORY b/libs/capnproto/HISTORY
index 950b62ea51..87ecce1c3b 100644
--- a/libs/capnproto/HISTORY
+++ b/libs/capnproto/HISTORY
@@ -1,3 +1,6 @@
+2019-10-05 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * BUILD, CONFIGURE, DEPENDS, DETAILS: use CMAKE_*
+
2018-12-15 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* BUILD, DEPENDS, DETAILS: spell created