Commit 0fe4f394 authored by Robert Bradshaw's avatar Robert Bradshaw Committed by GitHub

Merge pull request #1476 from jdemeyer/allow_cache_option

Do not warn for "cache" option
parents 51b2ec16 a712a490
...@@ -756,4 +756,5 @@ default_options = dict( ...@@ -756,4 +756,5 @@ default_options = dict(
common_utility_include_dir = None, common_utility_include_dir = None,
output_dir=None, output_dir=None,
build_dir=None, build_dir=None,
cache=None,
) )
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