Skip to content

Commit 9c9c45a

Browse files
L-Supertishion
authored andcommittedMar 5, 2025·
chore: fix incorrect words in CMakeLists.txt
1 parent a243f6d commit 9c9c45a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ if(OS_MACOS)
190190
endif()
191191

192192
# detect minimum deployment target by CEF
193-
# plese refere to: https://bitbucket.org/chromiumembedded/cef/wiki/BranchesAndBuilding.md
193+
# plese refer to: https://bitbucket.org/chromiumembedded/cef/wiki/BranchesAndBuilding.md
194194
if(${CEF_VERSION_MAJOR} VERSION_GREATER_EQUAL 117)
195195
set(CEF_MIN_DEPLOYMENT_TARGET 10.15)
196196
elseif(${CEF_VERSION_MAJOR} VERSION_GREATER_EQUAL 104)

0 commit comments

Comments
 (0)
Please sign in to comment.