forked from mirror/openmw-tes3mp
fix cmake typo that effects windows devs
This commit is contained in:
parent
07cec0ea75
commit
40b6b4afc5
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ endmacro()
|
|||
# Check for cached results. If there are skip the costly part.
|
||||
if (NOT FFMPEG_LIBRARIES)
|
||||
|
||||
set (FFMPEGSDK ENV${FFMPEG_HOME})
|
||||
set (FFMPEGSDK $ENV{FFMPEG_HOME})
|
||||
if (FFMPEGSDK)
|
||||
set (FFMPEGSDK_INC "${FFMPEGSDK}/include")
|
||||
set (FFMPEGSDK_LIB "${FFMPEGSDK}/lib")
|
||||
|
|
Loading…
Reference in a new issue