From 7c218dacd0e9602b8f755be42e96c49706f96305 Mon Sep 17 00:00:00 2001 From: fanquake Date: Mon, 4 Apr 2022 10:21:01 +0100 Subject: build: specify cmake build dir for multiprocess depends build When no build dir is specified, cmake will warn: ```bash Preprocessing libmultiprocess... Configuring libmultiprocess... CMake Warning: No source or binary directory provided. Both will be assumed to be the same as the current working directory, but note that this warning will become a fatal error in future CMake releases. ``` It's unclear if this will actually ever become an error, but it's also easy enough to just supply the directory, and save this maybe breaking in future. --- depends/packages/libmultiprocess.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'depends/packages/libmultiprocess.mk') diff --git a/depends/packages/libmultiprocess.mk b/depends/packages/libmultiprocess.mk index 40ab3c68ea..864e33bc9a 100644 --- a/depends/packages/libmultiprocess.mk +++ b/depends/packages/libmultiprocess.mk @@ -6,7 +6,7 @@ $(package)_sha256_hash=$(native_$(package)_sha256_hash) $(package)_dependencies=native_$(package) capnp define $(package)_config_cmds - $($(package)_cmake) + $($(package)_cmake) . endef define $(package)_build_cmds -- cgit v1.2.3