Skip to content

Commit 66526a9

Browse files
committed
fixing mismatched cef package name
1 parent 1740705 commit 66526a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/cef/cef-config.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ set(CEF_RESOURCE_DIR "${CMAKE_CURRENT_LIST_DIR}/Resources" CACHE PATH "CEF resou
8888

8989
# ---------- Validation ----------
9090
include(FindPackageHandleStandardArgs)
91-
find_package_handle_standard_args(CEF DEFAULT_MSG
91+
find_package_handle_standard_args(cef DEFAULT_MSG
9292
_CEF_WRAPPER_RELEASE
9393
_CEF_SHARED_RELEASE
9494
)

0 commit comments

Comments
 (0)