Commit 8fc1e382 authored by Dick Hollenbeck's avatar Dick Hollenbeck

Enable GITHUB as default, include typeinfo into kiway_holder.cpp

parent ab30fba0
......@@ -82,7 +82,7 @@ mark_as_advanced( KICAD_SKIP_BOOST ) # Normal builders should build Boost.
# when not defined by user, the default is python.exe under Windows and python2 for others
# python binary file should be is exec path.
option( BUILD_GITHUB_PLUGIN "Build the GITHUB_PLUGIN for pcbnew." OFF )
option( BUILD_GITHUB_PLUGIN "Build the GITHUB_PLUGIN for pcbnew." ON )
# This can be set to a custom name to brag about a particular branch in the "About" dialog:
set( KICAD_REPO_NAME "product" CACHE STRING "Name of the tree from which this build came." )
......
......@@ -2,6 +2,10 @@
#include <kiway.h>
#include <kiway_player.h>
#if defined(DEBUG)
#include <typeinfo>
#endif
PROJECT& KIWAY_HOLDER::Prj() const
{
......@@ -26,4 +30,3 @@ void KIWAY_HOLDER::SetKiway( wxWindow* aDest, KIWAY* aKiway )
m_kiway = aKiway;
}
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