Skip to content

Commit

Permalink
Added attempt to force c++14 for linux for openfbx..
Browse files Browse the repository at this point in the history
  • Loading branch information
cignoni committed Sep 9, 2018
1 parent c2db4ed commit 825bd1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/meshlabplugins/io_base/io_base.pro
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ SOURCES += baseio.cpp \

TARGET = io_base
CONFIG += c++14
linux-clang++:QMAKE_CXXFLAGS += -std=c++14
linux-g++:QMAKE_CXXFLAGS += -std=c++14

0 comments on commit 825bd1e

Please sign in to comment.