Skip to content

Commit f56e647

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents 49610a6 + a3fa03b commit f56e647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FindCEF.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ find_library(CEF_LIBRARY
1111

1212
find_library(CEFWRAPPER_LIBRARY
1313
NAMES cef_dll_wrapper libcef_dll_wrapper
14-
PATHS ${CEF_ROOT_DIR}/build/libcef_dll)
14+
PATHS ${CEF_ROOT_DIR}/build/libcef_dll ${CEF_ROOT_DIR}/build/libcef_dll_wrapper)
1515

1616
if (NOT CEF_LIBRARY)
1717
message(FATAL_ERROR "Could not find the CEF shared library" )

0 commit comments

Comments
 (0)