summaryrefslogtreecommitdiffstats
path: root/libs
diff options
context:
space:
mode:
authorFlorian Franzmann2019-10-05 17:16:45 +0200
committerFlorian Franzmann2019-10-05 18:29:11 +0200
commit351d5c44ab3916013148e0cb9f8dcdabad257147 (patch)
treee25a417be89f6335ef7801c4b3e765d82c4c2e8a /libs
parent694549bcedc4520e39e864a854692726537e07cf (diff)
libs/tinyxml: use CMAKE_*
Diffstat (limited to 'libs')
-rwxr-xr-xlibs/tinyxml/BUILD1
-rwxr-xr-xlibs/tinyxml/CONFIGURE1
-rwxr-xr-xlibs/tinyxml/DEPENDS2
-rwxr-xr-xlibs/tinyxml/DETAILS1
-rw-r--r--libs/tinyxml/HISTORY3
5 files changed, 6 insertions, 2 deletions
diff --git a/libs/tinyxml/BUILD b/libs/tinyxml/BUILD
deleted file mode 100755
index e013b8d866..0000000000
--- a/libs/tinyxml/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-cmake_build
diff --git a/libs/tinyxml/CONFIGURE b/libs/tinyxml/CONFIGURE
index 6da3712552..fd5acc6922 100755
--- a/libs/tinyxml/CONFIGURE
+++ b/libs/tinyxml/CONFIGURE
@@ -1 +1,2 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
config_query TINYXML_STL "Build with STL support?" "n"
diff --git a/libs/tinyxml/DEPENDS b/libs/tinyxml/DEPENDS
index 98b886e66d..278955fe5d 100755
--- a/libs/tinyxml/DEPENDS
+++ b/libs/tinyxml/DEPENDS
@@ -1,2 +1,2 @@
-depends cmake &&
+source $GRIMOIRE/CMAKE_DEPENDS &&
depends -sub CXX gcc
diff --git a/libs/tinyxml/DETAILS b/libs/tinyxml/DETAILS
index b11d41d329..41299afb2d 100755
--- a/libs/tinyxml/DETAILS
+++ b/libs/tinyxml/DETAILS
@@ -1,3 +1,4 @@
+source $GRIMOIRE/CMAKE_FUNCTIONS
SPELL=tinyxml
VERSION=7.0.1
SOURCE_HASH=sha512:623cd7eff542d20b434a67111ac98110101c95a18767318bf906e5e56d8cc25622269f740f50477fe907a4c52d875b614cb6167f4760d42ab18dc55b9d4bf380
diff --git a/libs/tinyxml/HISTORY b/libs/tinyxml/HISTORY
index 5a0e650425..766a6d3caa 100644
--- a/libs/tinyxml/HISTORY
+++ b/libs/tinyxml/HISTORY
@@ -1,3 +1,6 @@
+2019-10-05 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * BUILD, CONFIGURE, DEPENDS, DETAILS: use CMAKE_*
+
2018-11-27 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 7.0.1