Skip to content

Commit

Permalink
Merge pull request #24 from mfrigerio17/cppdemo-fix-c++11
Browse files Browse the repository at this point in the history
Add explicit -std=c++11 flag in cppdemo Makefile
  • Loading branch information
kmarkus committed Apr 23, 2020
2 parents e191d22 + 8874a1b commit 56a7ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std_blocks/cppdemo/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ CLEANFILES = $(BUILT_SOURCES)
cppdemo_la_SOURCES = cppdemo.cpp
cppdemo_la_LDFLAGS = -module -avoid-version -shared -export-dynamic
cppdemo_la_LIBADD = $(top_builddir)/libubx/libubx.la
cppdemo_la_CPPFLAGS = -I$(top_srcdir)/libubx
cppdemo_la_CPPFLAGS = -I$(top_srcdir)/libubx -std=c++11

%.h.hexarr: %.h
$(top_srcdir)/tools/ubx-tocarr -s $< -d $<.hexarr

0 comments on commit 56a7ad4

Please sign in to comment.