kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #23107
[PATCH 19/19] FindwxWidgets.cmake: Remove extra newline
---
CMakeModules/FindwxWidgets.cmake | 1 -
1 file changed, 1 deletion(-)
diff --git a/CMakeModules/FindwxWidgets.cmake b/CMakeModules/FindwxWidgets.cmake
index 31c9ae3..cf6d450 100644
--- a/CMakeModules/FindwxWidgets.cmake
+++ b/CMakeModules/FindwxWidgets.cmake
@@ -902,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}")
References
-
[PATCH 00/19] FindwxWidgets.cmake updates
From: Simon Richter, 2016-02-13
-
[PATCH 01/19] FindwxWidgets.cmake: Remove arguments from else() and end*()
From: Simon Richter, 2016-02-13
-
[PATCH 02/19] FindwxWidgets.cmake: remove a few dbg_msg() invocations
From: Simon Richter, 2016-02-13
-
[PATCH 03/19] FindwxWidgets.cmake: Use uppercase for DBG_MSG macro
From: Simon Richter, 2016-02-13
-
[PATCH 04/19] FindwxWidgets.cmake: Show line number in debug output
From: Simon Richter, 2016-02-13
-
[PATCH 05/19] FindwxWidgets.cmake: Use uppercase for macro names
From: Simon Richter, 2016-02-13
-
[PATCH 06/19] FindwxWidgets.cmake: Use lowercase for CMake builtins
From: Simon Richter, 2016-02-13
-
[PATCH 07/19] FindwxWidgets.cmake: Fix indentation
From: Simon Richter, 2016-02-13
-
[PATCH 08/19] FindwxWidgets.cmake: Look for versioned wx-config scripts
From: Simon Richter, 2016-02-13
-
[PATCH 09/19] FindwxWidgets.cmake: documentation for variables
From: Simon Richter, 2016-02-13
-
[PATCH 10/19] FindwxWidgets.cmake: Expect directory layout for MSVC 64 bit
From: Simon Richter, 2016-02-13
-
[PATCH 11/19] FindwxWidgets.cmake: Simplify MATCHES
From: Simon Richter, 2016-02-13
-
[PATCH 12/19] FindwxWidgets.cmake: Improve regex for version number matches
From: Simon Richter, 2016-02-13
-
[PATCH 13/19] FindwxWidgets.cmake: Determine version even when not asked to
From: Simon Richter, 2016-02-13
-
[PATCH 14/19] FindwxWidgets.cmake: Drop nonsensical assignment
From: Simon Richter, 2016-02-13
-
[PATCH 15/19] FindwxWidgets.cmake: Do not explicitly declare FOUND_VAR, unnecessary
From: Simon Richter, 2016-02-13
-
[PATCH 16/19] FindwxWidgets.cmake: Reformat documentation
From: Simon Richter, 2016-02-13
-
[PATCH 17/19] FindwxWidgets.cmake: Use ENV foo rather than ENV{foo}
From: Simon Richter, 2016-02-13
-
[PATCH 18/19] FindwxWidgets.cmake: Report failure of wx-config when looking for components
From: Simon Richter, 2016-02-13