Review comments -part 4

This commit is contained in:
fearlessTobi 2018-09-29 02:51:28 +02:00
parent aa48468862
commit ac06105dfe
4 changed files with 7 additions and 9 deletions

View file

@ -325,13 +325,6 @@ if (ENABLE_QT)
find_package(Qt5 REQUIRED COMPONENTS Widgets OpenGL ${QT_PREFIX_HINT})
endif()
if (ENABLE_WEB_SERVICE)
add_definitions(-DENABLE_WEB_SERVICE)
endif()
if (YUZU_ENABLE_COMPATIBILITY_REPORTING)
add_definitions(-DYUZU_ENABLE_COMPATIBILITY_REPORTING)
endif()
# Platform-specific library requirements
# ======================================