FindwxWidgets.cmake: Show line number in debug output
This commit is contained in:
parent
9ff394e72a
commit
38359272c4
|
@ -150,10 +150,12 @@
|
||||||
# Helper macro to control the debugging output globally. There are
|
# Helper macro to control the debugging output globally. There are
|
||||||
# two versions for controlling how verbose your output should be.
|
# two versions for controlling how verbose your output should be.
|
||||||
macro(DBG_MSG _MSG)
|
macro(DBG_MSG _MSG)
|
||||||
# message(STATUS "${_MSG}")
|
# message(STATUS
|
||||||
|
# "${CMAKE_CURRENT_LIST_FILE}(${CMAKE_CURRENT_LIST_LINE}): ${_MSG}")
|
||||||
endmacro()
|
endmacro()
|
||||||
macro(DBG_MSG_V _MSG)
|
macro(DBG_MSG_V _MSG)
|
||||||
# message(STATUS "${_MSG}")
|
# message(STATUS
|
||||||
|
# "${CMAKE_CURRENT_LIST_FILE}(${CMAKE_CURRENT_LIST_LINE}): ${_MSG}")
|
||||||
endmacro()
|
endmacro()
|
||||||
|
|
||||||
# Clear return values in case the module is loaded more than once.
|
# Clear return values in case the module is loaded more than once.
|
||||||
|
|
Loading…
Reference in New Issue