C++11 is enabled by default now

This commit is contained in:
Javier Serrano Polo
2017-01-24 12:45:05 +01:00
committed by Lukas W
parent e3d3052e42
commit 12f6ea5566

View File

@@ -3,7 +3,7 @@ IF(LMMS_SUPPORT_VST)
INCLUDE(BuildPlugin)
IF(LMMS_BUILD_WIN32)
ADD_DEFINITIONS(-DPTW32_STATIC_LIB -std=c++0x)
ADD_DEFINITIONS(-DPTW32_STATIC_LIB)
ADD_EXECUTABLE(RemoteVstPlugin "${CMAKE_CURRENT_SOURCE_DIR}/RemoteVstPlugin.cpp")
IF(QT5)