summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorFlorian Franzmann2019-10-05 15:01:59 +0200
committerFlorian Franzmann2019-10-05 18:29:11 +0200
commit8583c2e0d75cd8d5b8cb440224e791b6b74fc191 (patch)
tree833f3d324d1db504105e55bdf79c75679051dd2a /devel
parente24f0f1993b9886a1d4f6f1ba49ddb46b42bb8d4 (diff)
devel/cppcheck: use CMAKE_*
Diffstat (limited to 'devel')
-rwxr-xr-xdevel/cppcheck/CONFIGURE1
-rwxr-xr-xdevel/cppcheck/DEPENDS2
-rw-r--r--devel/cppcheck/HISTORY3
3 files changed, 5 insertions, 1 deletions
diff --git a/devel/cppcheck/CONFIGURE b/devel/cppcheck/CONFIGURE
new file mode 100755
index 0000000000..b2f02c3032
--- /dev/null
+++ b/devel/cppcheck/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/devel/cppcheck/DEPENDS b/devel/cppcheck/DEPENDS
index 0bc16d0119..1da92573d1 100755
--- a/devel/cppcheck/DEPENDS
+++ b/devel/cppcheck/DEPENDS
@@ -1,4 +1,4 @@
-depends cmake &&
+source $GRIMOIRE/CMAKE_DEPENDS &&
depends -sub CXX gcc &&
optional_depends qtbase \
diff --git a/devel/cppcheck/HISTORY b/devel/cppcheck/HISTORY
index c7531caeeb..4f061dfbfe 100644
--- a/devel/cppcheck/HISTORY
+++ b/devel/cppcheck/HISTORY
@@ -1,3 +1,6 @@
+2019-10-05 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * CONFIGURE, DEPENDS: use CMAKE_*
+
2019-09-07 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* DETAILS: version 1.89
* BUILD, DETAILS, DEPENDS: use cmake