summaryrefslogtreecommitdiffstats
path: root/libs
diff options
context:
space:
mode:
authorFlorian Franzmann2019-10-05 16:21:50 +0200
committerFlorian Franzmann2019-10-05 18:29:11 +0200
commit832b93ec6760b9ad4ffba5f265491ecad04b9541 (patch)
treed3b4fce63d35384527237729c8c9eb8c61ddcf45 /libs
parent4a928a23fe01d5fa49d41ddb872e6cec790515b9 (diff)
libs/assimp: use CMAKE_*
Diffstat (limited to 'libs')
-rwxr-xr-xlibs/assimp/BUILD1
-rwxr-xr-xlibs/assimp/CONFIGURE1
-rwxr-xr-xlibs/assimp/DEPENDS2
-rwxr-xr-xlibs/assimp/DETAILS1
-rw-r--r--libs/assimp/HISTORY3
5 files changed, 6 insertions, 2 deletions
diff --git a/libs/assimp/BUILD b/libs/assimp/BUILD
deleted file mode 100755
index e013b8d866..0000000000
--- a/libs/assimp/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-cmake_build
diff --git a/libs/assimp/CONFIGURE b/libs/assimp/CONFIGURE
new file mode 100755
index 0000000000..b2f02c3032
--- /dev/null
+++ b/libs/assimp/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/libs/assimp/DEPENDS b/libs/assimp/DEPENDS
index ad14e3dea2..43208fd9b4 100755
--- a/libs/assimp/DEPENDS
+++ b/libs/assimp/DEPENDS
@@ -1,5 +1,5 @@
+source $GRIMOIRE/CMAKE_DEPENDS &&
depends -sub CXX gcc &&
-depends cmake &&
optional_depends boost "-DASSIMP_ENABLE_BOOST_WORKAROUND=ON" \
"-DASSIMP_ENABLE_BOOST_WORKAROUND=OFF" \
diff --git a/libs/assimp/DETAILS b/libs/assimp/DETAILS
index fecae7559e..5c21b89680 100755
--- a/libs/assimp/DETAILS
+++ b/libs/assimp/DETAILS
@@ -1,3 +1,4 @@
+source $GRIMOIRE/CMAKE_FUNCTIONS
SPELL=assimp
VERSION=4.1.0
SOURCE="${SPELL}-${VERSION}.tar.gz"
diff --git a/libs/assimp/HISTORY b/libs/assimp/HISTORY
index 5d82878c06..28d1f43efc 100644
--- a/libs/assimp/HISTORY
+++ b/libs/assimp/HISTORY
@@ -1,3 +1,6 @@
+2019-10-05 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * BUILD, CONFIGURE, DEPENDS, DETAILS: use CMAKE_*
+
2017-12-13 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* DETAILS: version 4.1.0