summaryrefslogtreecommitdiffstats
path: root/contrib/cmake/module.defs
blob: 0cd986bd6e2f85eb80453afc3c32343cb3872129 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$(eval $(call import.MODULE.defs,CMAKE,cmake))
$(eval $(call import.CONTRIB.defs,CMAKE))

CMAKE.FETCH.url = http://download.handbrake.fr/handbrake/contrib/cmake-3.3.2.tar.gz

CMAKE.CONFIGURE.deps =
CMAKE.CONFIGURE.shared =
CMAKE.CONFIGURE.static =
CMAKE.CONFIGURE.extra = --no-qt-gui

ifeq (darwin,$(BUILD.system))
    CMAKE.CONFIGURE.extra += --system-curl
endif