Skip to content
This repository has been archived by the owner on Oct 11, 2020. It is now read-only.

Commit

Permalink
fix(cef): Link lower case package name
Browse files Browse the repository at this point in the history
  • Loading branch information
Croydon authored and a-teammate committed Jan 18, 2019
1 parent 17d8f8a commit baa0aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/require_thirdparty_libs.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ add_require_conan_lib_function(spdlog)
add_require_conan_lib_function(fmt)

# CEF Chromium Embedded Framework (Embedded Browser used for the UI)
add_require_conan_lib_function(CEF)
add_require_conan_lib_function(cef)

# sdl2 (input output framework)
add_require_conan_lib_function(sdl2)
Expand Down

0 comments on commit baa0aeb

Please sign in to comment.