We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66526a9 commit b6fdd7aCopy full SHA for b6fdd7a
cmake/configure.cmake
@@ -21,7 +21,7 @@ function(configure_packages)
21
if(BUILD_RUNTIME)
22
find_package(Libevent CONFIG REQUIRED)
23
if(NOT WIN32)
24
- find_package(cef CONFIG REQUIRED)
+ find_package(CEF CONFIG REQUIRED)
25
endif()
26
find_package(wxWidgets CONFIG REQUIRED)
27
ports/cef/cef-config.cmake
@@ -88,7 +88,7 @@ set(CEF_RESOURCE_DIR "${CMAKE_CURRENT_LIST_DIR}/Resources" CACHE PATH "CEF resou
88
89
# ---------- Validation ----------
90
include(FindPackageHandleStandardArgs)
91
-find_package_handle_standard_args(cef DEFAULT_MSG
+find_package_handle_standard_args(CEF DEFAULT_MSG
92
_CEF_WRAPPER_RELEASE
93
_CEF_SHARED_RELEASE
94
)
0 commit comments