summaryrefslogtreecommitdiffstats
path: root/third_party/aom/build/cmake/cpu.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/aom/build/cmake/cpu.cmake')
-rw-r--r--third_party/aom/build/cmake/cpu.cmake6
1 files changed, 0 insertions, 6 deletions
diff --git a/third_party/aom/build/cmake/cpu.cmake b/third_party/aom/build/cmake/cpu.cmake
index 6f866d04d..6e8089e63 100644
--- a/third_party/aom/build/cmake/cpu.cmake
+++ b/third_party/aom/build/cmake/cpu.cmake
@@ -91,9 +91,3 @@ elseif("${AOM_TARGET_CPU}" MATCHES "^x86")
endif()
endforeach()
endif()
-
-foreach(config_var ${AOM_CONFIG_VARS})
- if(${${config_var}})
- set(RTCD_${config_var} yes)
- endif()
-endforeach()