Disable CEF sandbox

May fix #575, as I experienced the same issue after updating CEF, and
this fixed it.
This commit is contained in:
Oliver Hamlet
2016-08-01 14:27:01 +01:00
parent 9bb519ad55
commit 3a1c7a402b
+1
View File
@@ -129,6 +129,7 @@ ExternalProject_Add(cef
PREFIX "external"
URL ${CEF_URL}
URL_HASH SHA1=${CEF_URL_HASH}
CMAKE_ARGS -DUSE_SANDBOX=OFF
BUILD_COMMAND ${CMAKE_COMMAND} --build . --target libcef_dll_wrapper --config $(CONFIGURATION)
INSTALL_COMMAND "")
ExternalProject_Get_Property(cef SOURCE_DIR BINARY_DIR)