mirror of
https://github.com/UltraCoderRU/libwebrtc.git
synced 2026-01-28 03:15:11 +00:00
Use the correct variable for the stamp file
This commit is contained in:
parent
7950fa7e8a
commit
7311f13bfa
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ function (libwebrtc_execute)
|
||||||
message(FATAL_ERROR "-- " ${COMMAND_ERROR})
|
message(FATAL_ERROR "-- " ${COMMAND_ERROR})
|
||||||
endif (NOT _OUTPUT)
|
endif (NOT _OUTPUT)
|
||||||
|
|
||||||
if (COMMAND_STAMP_FILE)
|
if (COMMAND_STAMPFILE)
|
||||||
file(WRITE ${STAMP_FILE} ${_OUTPUT})
|
file(WRITE ${STAMP_FILE} ${_OUTPUT})
|
||||||
endif (COMMAND_STAMP_FILE)
|
endif (COMMAND_STAMP_FILE)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue