diff options
author | Brad King <brad.king@kitware.com> | 2008-03-04 01:31:51 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2008-03-04 01:31:51 (GMT) |
commit | 8364ce8ff916e98518947c8ad0d1d3c1103bd9bb (patch) | |
tree | 170178e24fc51c77a06a14cfab9da40fd2d61f22 /Modules/UsewxWidgets.cmake | |
parent | 8868244de0656809fffa09fbb784d32f7d759ae6 (diff) | |
download | CMake-8364ce8ff916e98518947c8ad0d1d3c1103bd9bb.zip CMake-8364ce8ff916e98518947c8ad0d1d3c1103bd9bb.tar.gz CMake-8364ce8ff916e98518947c8ad0d1d3c1103bd9bb.tar.bz2 |
STYLE: Remove trailing whitespace.
Diffstat (limited to 'Modules/UsewxWidgets.cmake')
-rw-r--r-- | Modules/UsewxWidgets.cmake | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Modules/UsewxWidgets.cmake b/Modules/UsewxWidgets.cmake index b0e77e7..6f5cb26 100644 --- a/Modules/UsewxWidgets.cmake +++ b/Modules/UsewxWidgets.cmake @@ -1,6 +1,6 @@ # - Convenience include for using wxWidgets library -# Finds if wxWidgets is installed -# and set the appropriate libs, incdirs, flags etc. +# Finds if wxWidgets is installed +# and set the appropriate libs, incdirs, flags etc. # INCLUDE_DIRECTORIES, LINK_DIRECTORIES and ADD_DEFINITIONS # are called. # @@ -10,7 +10,7 @@ # INCLUDE( ${xWidgets_USE_FILE} ) # ... add your targets here, e.g. ADD_EXECUTABLE/ ADD_LIBRARY ... # TARGET_LINK_LIBRARIERS( <yourWxDependantTarget> ${wxWidgets_LIBRARIES}) -# +# # DEPRECATED # LINK_LIBRARIES is not called in favor of adding dependencies per target. # @@ -18,7 +18,7 @@ # Jan Woetzel <jw -at- mip.informatik.uni-kiel.de> -# debug message and logging. +# debug message and logging. # comment these out for distribution IF (NOT LOGFILE ) # SET(LOGFILE "${PROJECT_BINARY_DIR}/CMakeOutput.log") @@ -48,7 +48,7 @@ IF (wxWidgets_FOUND) IF (wxWidgets_DEFINITIONS) ADD_DEFINITIONS( ${wxWidgets_DEFINITIONS} ) MSG("wxWidgets_DEFINITIONS=${wxWidgets_DEFINITIONS}") - ENDIF(wxWidgets_DEFINITIONS) + ENDIF(wxWidgets_DEFINITIONS) IF (wxWidgets_CXX_FLAGS) SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${wxWidgets_CXX_FLAGS}") @@ -64,8 +64,8 @@ IF (wxWidgets_FOUND) # IF(LOGFILE) # FILE(APPEND ${LOGFILE} "${CMAKE_CURRENT_LIST_FILE}(${CMAKE_CURRENT_LIST_LINE}): ${wxWidgets_LIBRARIES}\n") # ENDIF(LOGFILE) - #ENDIF(wxWidgets_LIBRARIES) - + #ENDIF(wxWidgets_LIBRARIES) + ELSE (wxWidgets_FOUND) MESSAGE("wxWidgets requested but not found.") ENDIF(wxWidgets_FOUND) |