Skip to content

Commit

Permalink
Remove unwarranted CXX flag
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf committed May 3, 2020
1 parent c1199cf commit 8f0f28e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/3rdparty/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# TODO: Move submodules to dedicated directories for flag control
IF(QT5 AND LMMS_BUILD_LINUX AND WANT_VST)
set(BUILD_SHARED_LIBS OFF)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-deprecated")
add_subdirectory(qt5-x11embed)
ENDIF()

Expand Down

0 comments on commit 8f0f28e

Please sign in to comment.