Commit 5598113a authored by Wayne Stambaugh's avatar Wayne Stambaugh

Minor build bug fixes.

* Remove ${CMAKE_CURRENT_LIST_DIR} copied FindPackageHandleStandardArgs.cmake.
* Comment out debug messages in FindwxWidgets.cmake.
parent ed199670
...@@ -127,8 +127,8 @@ ...@@ -127,8 +127,8 @@
# (To distribute this file outside of CMake, substitute the full # (To distribute this file outside of CMake, substitute the full
# License text for the above reference.) # License text for the above reference.)
include(${CMAKE_CURRENT_LIST_DIR}/FindPackageMessage.cmake) include(FindPackageMessage.cmake)
include(${CMAKE_CURRENT_LIST_DIR}/CMakeParseArguments.cmake) include(CMakeParseArguments.cmake)
# internal helper macro # internal helper macro
macro(_FPHSA_FAILURE_MESSAGE _msg) macro(_FPHSA_FAILURE_MESSAGE _msg)
......
...@@ -150,10 +150,10 @@ ...@@ -150,10 +150,10 @@
# 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 "${_MSG}")
endmacro(dbg_msg) endmacro(dbg_msg)
macro(dbg_msg_v _MSG) macro(dbg_msg_v _MSG)
message(STATUS "${_MSG}") # message(STATUS "${_MSG}")
endmacro(dbg_msg_v) endmacro(dbg_msg_v)
# Clear return values in case the module is loaded more than once. # Clear return values in case the module is loaded more than once.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment