diff options
Diffstat (limited to 'contrib/cmake')
-rw-r--r-- | contrib/cmake/module.defs | 9 | ||||
-rw-r--r-- | contrib/cmake/module.rules | 2 |
2 files changed, 0 insertions, 11 deletions
diff --git a/contrib/cmake/module.defs b/contrib/cmake/module.defs deleted file mode 100644 index c4f0ddf68..000000000 --- a/contrib/cmake/module.defs +++ /dev/null @@ -1,9 +0,0 @@ -$(eval $(call import.MODULE.defs,CMAKE,cmake)) -$(eval $(call import.CONTRIB.defs,CMAKE)) - -CMAKE.FETCH.url = http://download.handbrake.fr/handbrake/contrib/cmake-3.0.1.tar.gz - -CMAKE.CONFIGURE.deps = -CMAKE.CONFIGURE.shared = -CMAKE.CONFIGURE.static = -CMAKE.CONFIGURE.extra = --no-qt-gui diff --git a/contrib/cmake/module.rules b/contrib/cmake/module.rules deleted file mode 100644 index fb046bdb9..000000000 --- a/contrib/cmake/module.rules +++ /dev/null @@ -1,2 +0,0 @@ -$(eval $(call import.MODULE.rules,CMAKE)) -$(eval $(call import.CONTRIB.rules,CMAKE)) |