We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a243f6d commit 9c9c45aCopy full SHA for 9c9c45a
CMakeLists.txt
@@ -190,7 +190,7 @@ if(OS_MACOS)
190
endif()
191
192
# detect minimum deployment target by CEF
193
- # plese refere to: https://bitbucket.org/chromiumembedded/cef/wiki/BranchesAndBuilding.md
+ # plese refer to: https://bitbucket.org/chromiumembedded/cef/wiki/BranchesAndBuilding.md
194
if(${CEF_VERSION_MAJOR} VERSION_GREATER_EQUAL 117)
195
set(CEF_MIN_DEPLOYMENT_TARGET 10.15)
196
elseif(${CEF_VERSION_MAJOR} VERSION_GREATER_EQUAL 104)
0 commit comments