Remove old TODO for HAL_DRIVERS_TO_BUILD/TARGET_BACKENDS_TO_BUILD. (#3493)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 472cea2..9d5a461 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -46,7 +46,6 @@
option(IREE_BUILD_PYTHON_BINDINGS "Builds the IREE python bindings" OFF)
option(IREE_BUILD_EXPERIMENTAL "Builds experimental projects." OFF)
-#TODO: Make this functional!
set(IREE_HAL_DRIVERS_TO_BUILD "all"
CACHE STRING "Semicolon-separated list of HAL drivers to build, or \"all\".")
set(IREE_TARGET_BACKENDS_TO_BUILD "all"