From 9c9c45a3c6fb8cd6f2c3207cb17cb6440909e0cc Mon Sep 17 00:00:00 2001 From: L-Super <40905056+L-Super@users.noreply.github.com> Date: Wed, 5 Mar 2025 18:13:22 +0800 Subject: [PATCH] chore: fix incorrect words in CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 432f810..5162004 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -190,7 +190,7 @@ if(OS_MACOS) endif() # detect minimum deployment target by CEF - # plese refere to: https://bitbucket.org/chromiumembedded/cef/wiki/BranchesAndBuilding.md + # plese refer to: https://bitbucket.org/chromiumembedded/cef/wiki/BranchesAndBuilding.md if(${CEF_VERSION_MAJOR} VERSION_GREATER_EQUAL 117) set(CEF_MIN_DEPLOYMENT_TARGET 10.15) elseif(${CEF_VERSION_MAJOR} VERSION_GREATER_EQUAL 104)