Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
8609dfe2
Commit
8609dfe2
authored
Oct 17, 2013
by
Dick Hollenbeck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Throw exception if accessing a GITHUB library from build not supporting GITHUB.
parent
1eab1f7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
io_mgr.cpp
pcbnew/io_mgr.cpp
+2
-1
No files found.
pcbnew/io_mgr.cpp
View file @
8609dfe2
...
...
@@ -79,8 +79,9 @@ PLUGIN* IO_MGR::PluginFind( PCB_FILE_T aFileType )
case
GITHUB
:
#if defined(BUILD_GITHUB_PLUGIN)
return
new
GITHUB_PLUGIN
();
#else
THROW_IO_ERROR
(
"BUILD_GITHUB_PLUGIN not enabled in cmake build environment"
);
#endif
;
// GITHUB fall thru to NULL below
}
return
NULL
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment