Skip to content

Commit a3fa03b

Browse files
authored
Update FindCEF.cmake
Add lookup directory for mac
1 parent 4680154 commit a3fa03b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)