diff options
author | lilinjie <lilinjie@uniontech.com> | 2023-01-09 03:03:57 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-01-11 21:27:04 (GMT) |
commit | 256262876ba43add283b6f06114f29cb8fbbc722 (patch) | |
tree | a646a612fa3608dd1482b800c11ebb6ee0209051 | |
parent | cd02b96452f0d3813ba298e543067d61e1dee032 (diff) | |
download | CMake-256262876ba43add283b6f06114f29cb8fbbc722.zip CMake-256262876ba43add283b6f06114f29cb8fbbc722.tar.gz CMake-256262876ba43add283b6f06114f29cb8fbbc722.tar.bz2 |
FindwxWindows: Fix comment typos
-rw-r--r-- | Modules/FindwxWindows.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindwxWindows.cmake b/Modules/FindwxWindows.cmake index 2d46dbd..15dacbb 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`") |