File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ITTAPI_OPTS := $(CMAKE_COMMON) -DCMAKE_BUILD_TYPE=Release -DITT_API_IPT_SUPPORT=
1010$(BUILDDIR ) /$(ITTAPI_SRC_DIR ) /build-configured : $(SRCCACHE ) /$(ITTAPI_SRC_DIR ) /source-extracted
1111 mkdir -p $(dir $@ )
1212 cd $(dir $@ ) && \
13- $(CMAKE ) $(dir $< ) $(ITTAPI_OPTS )
13+ $(CMAKE ) -G " Unix Makefiles " $(dir $< ) $(ITTAPI_OPTS )
1414 echo 1 > $@
1515
1616$(BUILDDIR ) /$(ITTAPI_SRC_DIR ) /build-compiled : $(BUILDDIR ) /$(ITTAPI_SRC_DIR ) /build-configured
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ LIBGIT2_SRC_PATH := $(SRCCACHE)/$(LIBGIT2_SRC_DIR)
5151$(BUILDDIR ) /$(LIBGIT2_SRC_DIR ) /build-configured : $(LIBGIT2_SRC_PATH ) /source-extracted
5252 mkdir -p $(dir $@ )
5353 cd $(dir $@ ) && \
54- $(CMAKE ) $(dir $< ) $(LIBGIT2_OPTS )
54+ $(CMAKE ) -G " Unix Makefiles " $(dir $< ) $(LIBGIT2_OPTS )
5555 echo 1 > $@
5656
5757$(BUILDDIR ) /$(LIBGIT2_SRC_DIR ) /build-compiled : $(BUILDDIR ) /$(LIBGIT2_SRC_DIR ) /build-configured
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ LIBSSH2_SRC_PATH := $(SRCCACHE)/$(LIBSSH2_SRC_DIR)
3737$(BUILDDIR ) /$(LIBSSH2_SRC_DIR ) /build-configured : $(LIBSSH2_SRC_PATH ) /source-extracted
3838 mkdir -p $(dir $@ )
3939 cd $(dir $@ ) && \
40- $(CMAKE ) $(dir $< ) $(LIBSSH2_OPTS )
40+ $(CMAKE ) -G " Unix Makefiles " $(dir $< ) $(LIBSSH2_OPTS )
4141 echo 1 > $@
4242
4343$(BUILDDIR ) /$(LIBSSH2_SRC_DIR ) /build-compiled : $(BUILDDIR ) /$(LIBSSH2_SRC_DIR ) /build-configured
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ $(BUILDDIR)/SuiteSparse-$(LIBSUITESPARSE_VER)/source-patched: $(BUILDDIR)/SuiteS
5858$(BUILDDIR ) /SuiteSparse-$(LIBSUITESPARSE_VER ) /build-compiled : | $(build_prefix ) /manifest/blastrampoline
5959
6060$(BUILDDIR ) /SuiteSparse-$(LIBSUITESPARSE_VER ) /build-compiled : $(BUILDDIR ) /SuiteSparse-$(LIBSUITESPARSE_VER ) /source-patched
61- cd $(dir $< ) && $(CMAKE ) . $(LIBSUITESPARSE_CMAKE_FLAGS )
61+ cd $(dir $< ) && $(CMAKE ) -G " Unix Makefiles " . $(LIBSUITESPARSE_CMAKE_FLAGS )
6262 $(MAKE ) -C $(dir $< )
6363 $(MAKE ) -C $(dir $< ) install
6464 echo 1 > $@
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ZLIB_BUILD_OPTS += -DCMAKE_POSITION_INDEPENDENT_CODE=ON
1010
1111$(BUILDDIR ) /$(ZLIB_SRC_DIR ) /build-configured : $(SRCCACHE ) /$(ZLIB_SRC_DIR ) /source-extracted
1212 mkdir -p $(dir $@ )
13- cd $(dir $@ ) && $(CMAKE ) $(ZLIB_BUILD_OPTS ) $(dir $< )
13+ cd $(dir $@ ) && $(CMAKE ) -G " Unix Makefiles " $(ZLIB_BUILD_OPTS ) $(dir $< )
1414 echo 1 > $@
1515
1616$(BUILDDIR ) /$(ZLIB_SRC_DIR ) /build-compiled : $(BUILDDIR ) /$(ZLIB_SRC_DIR ) /build-configured
You can’t perform that action at this time.
0 commit comments