FindwxWidgets.cmake: Remove extra newline

This commit is contained in:
Simon Richter 2016-02-15 18:50:49 +01:00
parent ff99b51b7d
commit 4ee956d77a
1 changed files with 0 additions and 3 deletions

View File

@ -219,8 +219,6 @@ endif()
#=====================================================================
# Determine whether unix or win32 paths should be used
#=====================================================================
if(WIN32 AND NOT CYGWIN AND NOT MSYS AND NOT CMAKE_HOST_UNIX )
set(wxWidgets_FIND_STYLE "win32")
else()
@ -904,7 +902,6 @@ if(wxWidgets_FOUND)
DBG_MSG("wxWidgets_VERSION_STRING: ${wxWidgets_VERSION_STRING}")
endif()
# Debug output:
DBG_MSG("wxWidgets_FOUND : ${wxWidgets_FOUND}")
DBG_MSG("wxWidgets_INCLUDE_DIRS : ${wxWidgets_INCLUDE_DIRS}")