diff options
Diffstat (limited to 'package/gtest')
-rw-r--r-- | package/gtest/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/gtest/Config.in b/package/gtest/Config.in index c50b5f7098..5c065d6da3 100644 --- a/package/gtest/Config.in +++ b/package/gtest/Config.in @@ -3,6 +3,7 @@ config BR2_PACKAGE_GTEST depends on BR2_USE_WCHAR depends on BR2_TOOLCHAIN_HAS_THREADS depends on BR2_INSTALL_LIBSTDCPP + depends on BR2_USE_MMU # fork() help Google's framework for writing C++ tests on a variety of platforms (Linux, Mac OS X, Windows, Cygwin, Windows CE, and |