FindwxWidgets.cmake: Remove extra newline
This commit is contained in:
parent
ff99b51b7d
commit
4ee956d77a
|
@ -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}")
|
||||
|
|
Loading…
Reference in New Issue