diff options
author | enen92 <92enen@gmail.com> | 2023-07-18 09:32:31 +0100 |
---|---|---|
committer | enen92 <92enen@gmail.com> | 2023-07-19 19:09:49 +0100 |
commit | 9e1d39956056253f1ee59c5a33f5fbe5cafba410 (patch) | |
tree | f3f658fe2e8096d7a96e2c3f5a2e3a605f0b1189 /CMakeLists.txt | |
parent | 022ef38abf96bdf8e2834259e0c147a9ef1161bb (diff) |
[discs] Rename HAS_DVD_DRIVE to HAS_OPTICAL_DRIVE
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c793bcba5e..c06939bf69 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -241,7 +241,7 @@ if(ENABLE_UPNP) endif() if(ENABLE_OPTICAL) - list(APPEND DEP_DEFINES -DHAS_DVD_DRIVE -DHAS_CDDA_RIPPER) + list(APPEND DEP_DEFINES -DHAS_OPTICAL_DRIVE -DHAS_CDDA_RIPPER) endif() if(ENABLE_AIRTUNES) |