diff --git a/CMakeLists.txt b/CMakeLists.txt index 0c88480c1..e8220a7f6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ if(NOT ENABLE_BROWSER) return() endif() -find_package(CEF REQUIRED 95) +find_package(CEF 95 REQUIRED) find_package(nlohmann_json 3.11 REQUIRED) add_library(obs-browser MODULE)