summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-01-12 14:26:17 (GMT)
committerKitware Robot <kwrobot@kitware.com>2023-01-12 14:26:35 (GMT)
commitef2220bf8805573a3cfac755f1a8665c6891aa49 (patch)
tree79d087570a633bfac848903b0a35bc0cd23098fb
parentf31bb28c78c0d7876fdb62d4a45b1d0209c73556 (diff)
parent256262876ba43add283b6f06114f29cb8fbbc722 (diff)
downloadCMake-ef2220bf8805573a3cfac755f1a8665c6891aa49.zip
CMake-ef2220bf8805573a3cfac755f1a8665c6891aa49.tar.gz
CMake-ef2220bf8805573a3cfac755f1a8665c6891aa49.tar.bz2
Merge topic 'FindwxWindows-typos'
256262876b FindwxWindows: Fix comment typos Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8052
-rw-r--r--Modules/FindwxWindows.cmake2
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`")