C++11 is enabled by default now
This commit is contained in:
committed by
Lukas W
parent
e3d3052e42
commit
12f6ea5566
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user