FindwxWidgets.cmake: Remove extra newline
This commit is contained in:
@@ -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}")
|
||||
|
||||
Reference in New Issue
Block a user