mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-20 03:16:10 +00:00
Added attempt to force c++14 for linux for openfbx..
This commit is contained in:
parent
c2db4ede02
commit
825bd1eee5
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user