aboutsummaryrefslogtreecommitdiff
path: root/cmake/scripts/common/ArchSetup.cmake
diff options
context:
space:
mode:
authorfuzzard <fuzzard@kodi.tv>2024-05-17 22:38:29 +1000
committerfuzzard <fuzzard@kodi.tv>2024-06-22 14:06:06 +1000
commitf2a75cd78b697269b02661f1de637e6fac43fabc (patch)
tree7946cd678df39df521170b84b50f9d9ac8cec098 /cmake/scripts/common/ArchSetup.cmake
parent60b9f336fa4fb6d089f6901a75c3c4981ca9fcb0 (diff)
[cmake] remove several non target globals
Diffstat (limited to 'cmake/scripts/common/ArchSetup.cmake')
-rw-r--r--cmake/scripts/common/ArchSetup.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/scripts/common/ArchSetup.cmake b/cmake/scripts/common/ArchSetup.cmake
index a83d2ae198..0461496bf5 100644
--- a/cmake/scripts/common/ArchSetup.cmake
+++ b/cmake/scripts/common/ArchSetup.cmake
@@ -8,7 +8,6 @@
# ARCH - the system architecture
# ARCH_DEFINES - list of compiler definitions for this architecture
# SYSTEM_DEFINES - list of compiler definitions for this system
-# DEP_DEFINES - compiler definitions for system dependencies (e.g. LIRC)
# + the results of compiler tests etc.
# workaround a bug in older cmake, where binutils wouldn't be set after deleting CMakeCache.txt