Merge pull request #1101 from djpohly/cmake-propagate
Making a note to put more specific instructions Build/README.md. Simple "make a shell script with the command" instructions should be good.
This commit is contained in:
@@ -51,7 +51,7 @@ if (NOT WITH_EXTERNAL_WARNINGS)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
list(APPEND SM_FFMPEG_MAKE
|
list(APPEND SM_FFMPEG_MAKE
|
||||||
"make"
|
$(MAKE)
|
||||||
)
|
)
|
||||||
if (WITH_FFMPEG_JOBS GREATER 1)
|
if (WITH_FFMPEG_JOBS GREATER 1)
|
||||||
list(APPEND SM_FFMPEG_MAKE "-j${WITH_FFMPEG_JOBS}")
|
list(APPEND SM_FFMPEG_MAKE "-j${WITH_FFMPEG_JOBS}")
|
||||||
|
|||||||
Reference in New Issue
Block a user