diff options
Diffstat (limited to '')
| -rw-r--r-- | CMakeLists.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 047443704..5e94e57ca 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
| @@ -325,13 +325,6 @@ if (ENABLE_QT) | |||
| 325 | find_package(Qt5 REQUIRED COMPONENTS Widgets OpenGL ${QT_PREFIX_HINT}) | 325 | find_package(Qt5 REQUIRED COMPONENTS Widgets OpenGL ${QT_PREFIX_HINT}) |
| 326 | endif() | 326 | endif() |
| 327 | 327 | ||
| 328 | if (ENABLE_WEB_SERVICE) | ||
| 329 | add_definitions(-DENABLE_WEB_SERVICE) | ||
| 330 | endif() | ||
| 331 | if (YUZU_ENABLE_COMPATIBILITY_REPORTING) | ||
| 332 | add_definitions(-DYUZU_ENABLE_COMPATIBILITY_REPORTING) | ||
| 333 | endif() | ||
| 334 | |||
| 335 | # Platform-specific library requirements | 328 | # Platform-specific library requirements |
| 336 | # ====================================== | 329 | # ====================================== |
| 337 | 330 | ||