diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-09-23 14:01:20 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-09-23 14:01:20 (GMT) |
commit | af7c36f3cf0af8bddb1b9b8747c6bc0f4e8c3a79 (patch) | |
tree | 6f6e2b2b4f44611567232ad838f844c5967fd507 /Modules/FindwxWindows.cmake | |
parent | 242347c52e353e1bf0c469735dc53b0d4938eb46 (diff) | |
download | CMake-af7c36f3cf0af8bddb1b9b8747c6bc0f4e8c3a79.zip CMake-af7c36f3cf0af8bddb1b9b8747c6bc0f4e8c3a79.tar.gz CMake-af7c36f3cf0af8bddb1b9b8747c6bc0f4e8c3a79.tar.bz2 |
Fix comments
Diffstat (limited to 'Modules/FindwxWindows.cmake')
-rw-r--r-- | Modules/FindwxWindows.cmake | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Modules/FindwxWindows.cmake b/Modules/FindwxWindows.cmake index abfb5ee..4c39752 100644 --- a/Modules/FindwxWindows.cmake +++ b/Modules/FindwxWindows.cmake @@ -3,9 +3,9 @@ # include files and libraries are. It also determines what the name of # the library is. This code sets the following variables: # -# WXWINDOWS_STATIC_LIBRARY = full path to the wxWindows static library -# WXWINDOWS_SHARED_LIBRARY = full path to the wxWindows shared import library -# WXWINDOWS_INCLUDE_PATH = path to wx.h +# WXWINDOWS_LIBRARY = full path to the wxWindows library and linker flags on unix +# CMAKE_WX_CXX_FLAGS = compiler flags for building wxWindows +# WXWINDOWS_INCLUDE_PATH = include path of wxWindows IF(WIN32) |