commit | 0e729dbb814d9096a3c961534203ed94746b68ba | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davide.pesavento@lip6.fr> | Thu May 24 20:24:45 2018 -0400 |
committer | Davide Pesavento <davide.pesavento@lip6.fr> | Thu May 24 20:24:45 2018 -0400 |
tree | 0aa10f03809aac9748c39f2cd0779dee5ba814f0 | |
parent | 03021716443451688e1a9de0cb03d8f0622f34bd [diff] |
Switch to C++14 Change-Id: I5c9d7ab7038a911d7432d511a820b86e4aebfc22 Refs: #3076
diff --git a/install_helpers/tools/Makefile b/install_helpers/tools/Makefile index dd395bd..62def39 100644 --- a/install_helpers/tools/Makefile +++ b/install_helpers/tools/Makefile
@@ -1,5 +1,5 @@ CXX = g++ -CXXFLAGS = -std=c++11 -Wall -Werror `pkg-config --cflags libndn-cxx` +CXXFLAGS = -std=c++14 -Wall -Werror `pkg-config --cflags libndn-cxx` LIBS = `pkg-config --libs libndn-cxx` DESTDIR ?= /usr/local