blob: ea3d2ff5d97f9dece46b89e438ac88bb1fe97de6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$(eval $(call import.MODULE.defs,CMAKE,cmake))
$(eval $(call import.CONTRIB.defs,CMAKE))
CMAKE.FETCH.url = https://download.handbrake.fr/handbrake/contrib/cmake-3.3.2.tar.gz
CMAKE.FETCH.url += https://cmake.org/files/v3.3/cmake-3.3.2.tar.gz
CMAKE.FETCH.md5 = 5febbd11bcaac854a27eebaf4a124be2
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
|