Skip to content

Commit

Permalink
chore: fix incorrect words in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
L-Super authored and tishion committed Mar 5, 2025
1 parent a243f6d commit 9c9c45a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9c9c45a

Please sign in to comment.