protect FC/CC/CXX exports in quotes to allow ccache; fixes #149
This commit is contained in:
@ -21,8 +21,8 @@
|
||||
#
|
||||
# docopt: --cxx=<CXX> C++ compiler [default: g++].
|
||||
# --extra-cxx-flags=<EXTRA_CXXFLAGS> Extra C++ compiler flags [default: ''].
|
||||
# export: 'CXX=%s' % arguments['--cxx']
|
||||
# define: '-DEXTRA_CXXFLAGS="%s"' % arguments['--extra-cxx-flags']
|
||||
# export: 'CXX="{0}"'.format(arguments['--cxx'])
|
||||
# define: '-DEXTRA_CXXFLAGS="{0}"'.format(arguments['--extra-cxx-flags'])
|
||||
|
||||
enable_language(CXX)
|
||||
|
||||
|
Reference in New Issue
Block a user