Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
OsirisNL committed Nov 15, 2016
2 parents 49610a6 + a3fa03b commit f56e647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FindCEF.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ find_library(CEF_LIBRARY

find_library(CEFWRAPPER_LIBRARY
NAMES cef_dll_wrapper libcef_dll_wrapper
PATHS ${CEF_ROOT_DIR}/build/libcef_dll)
PATHS ${CEF_ROOT_DIR}/build/libcef_dll ${CEF_ROOT_DIR}/build/libcef_dll_wrapper)

if (NOT CEF_LIBRARY)
message(FATAL_ERROR "Could not find the CEF shared library" )
Expand Down

1 comment on commit f56e647

@hthetiot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice

Please sign in to comment.