summaryrefslogtreecommitdiff
path: root/Modules
diff options
context:
space:
mode:
authorlilinjie <lilinjie@uniontech.com>2023-01-08 22:03:57 -0500
committerBrad King <brad.king@kitware.com>2023-01-11 16:27:04 -0500
commit256262876ba43add283b6f06114f29cb8fbbc722 (patch)
treea646a612fa3608dd1482b800c11ebb6ee0209051 /Modules
parentcd02b96452f0d3813ba298e543067d61e1dee032 (diff)
downloadcmake-256262876ba43add283b6f06114f29cb8fbbc722.tar.gz
FindwxWindows: Fix comment typos
Diffstat (limited to 'Modules')
-rw-r--r--Modules/FindwxWindows.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindwxWindows.cmake b/Modules/FindwxWindows.cmake
index 2d46dbd534..15dacbb063 100644
--- a/Modules/FindwxWindows.cmake
+++ b/Modules/FindwxWindows.cmake
@@ -648,7 +648,7 @@ else()
# set CXXFLAGS to be fed into CMAKE_CXX_FLAGS by the user:
if (HAVE_ISYSTEM) # does the compiler support -isystem ?
- if (NOT APPLE) # -isystem seem sto be unsuppored on Mac
+ if (NOT APPLE) # -isystem seems to be unsupported on Mac
if(CMAKE_COMPILER_IS_GNUCC AND CMAKE_COMPILER_IS_GNUCXX )
if (CMAKE_CXX_COMPILER MATCHES g\\+\\+)
set(CMAKE_WXWINDOWS_CXX_FLAGS "`${CMAKE_WXWINDOWS_WXCONFIG_EXECUTABLE} --cxxflags|sed -e s/-I/-isystem/g`")