Skip to content

Commit 7d2dbbd

Browse files
committed
Fix DownloadCEF() call
1 parent 8077447 commit 7d2dbbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

native/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
182182

183183
# Download and extract the CEF binary distribution (executes DownloadCEF.cmake).
184184
include(DownloadCEF)
185-
DownloadCEF("${CEF_PLATFORM}" "${CEF_VERSION}" "${CMAKE_SOURCE_DIR}/cef")
185+
DownloadCEF("${CEF_PLATFORM}" "${CEF_VERSION}" "${CMAKE_SOURCE_DIR}/cef" "${CEF_BASE_URL}")
186186

187187
# Add the CEF binary distribution's cmake/ directory to the module path.
188188
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CEF_ROOT}/cmake")

0 commit comments

Comments
 (0)