From 3e743add48c97c40f3c4188e70ae1b0c7d59f458 Mon Sep 17 00:00:00 2001 From: "Devin J. Pohly" Date: Thu, 12 May 2016 22:10:53 -0400 Subject: [PATCH] propagate make cmd/flags to sub-make --- CMake/SetupFfmpeg.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMake/SetupFfmpeg.cmake b/CMake/SetupFfmpeg.cmake index f10c7c14dd..e3e4333446 100644 --- a/CMake/SetupFfmpeg.cmake +++ b/CMake/SetupFfmpeg.cmake @@ -51,7 +51,7 @@ if (NOT WITH_EXTERNAL_WARNINGS) endif() list(APPEND SM_FFMPEG_MAKE - "make" + $(MAKE) ) if (WITH_FFMPEG_JOBS GREATER 1) list(APPEND SM_FFMPEG_MAKE "-j${WITH_FFMPEG_JOBS}")