summaryrefslogtreecommitdiffstats
path: root/third_party/aom/build/cmake/toolchains/mips64-linux-gcc.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/aom/build/cmake/toolchains/mips64-linux-gcc.cmake')
-rw-r--r--third_party/aom/build/cmake/toolchains/mips64-linux-gcc.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/aom/build/cmake/toolchains/mips64-linux-gcc.cmake b/third_party/aom/build/cmake/toolchains/mips64-linux-gcc.cmake
index 28b1582cc..fffb495bf 100644
--- a/third_party/aom/build/cmake/toolchains/mips64-linux-gcc.cmake
+++ b/third_party/aom/build/cmake/toolchains/mips64-linux-gcc.cmake
@@ -43,6 +43,6 @@ set(CMAKE_CXX_COMPILER_ARG1 "-EL ${MIPS_CXXFLAGS}")
set(CMAKE_SYSTEM_PROCESSOR "mips64")
# No runtime cpu detect for mips64-linux-gcc.
-set(CONFIG_RUNTIME_CPU_DETECT 0 CACHE BOOL "")
+set(CONFIG_RUNTIME_CPU_DETECT 0 CACHE NUMBER "")
endif () # AOM_BUILD_CMAKE_TOOLCHAINS_MIPS64_LINUX_GCC_CMAKE_