diff options
Diffstat (limited to 'package/cmake')
-rw-r--r-- | package/cmake/Config.in | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/package/cmake/Config.in b/package/cmake/Config.in index 2706db51fa..1c95d717b3 100644 --- a/package/cmake/Config.in +++ b/package/cmake/Config.in @@ -12,6 +12,13 @@ config BR2_PACKAGE_CMAKE config BR2_PACKAGE_CMAKE_CTEST bool "ctest" + depends on BR2_PACKAGE_CMAKE_ARCH_SUPPORTS + depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 # from jsoncpp + depends on BR2_USE_WCHAR # libarchive + depends on BR2_INSTALL_LIBSTDCPP + depends on !BR2_STATIC_LIBS + depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL # libuv + depends on BR2_USE_MMU # libuv select BR2_PACKAGE_CMAKE select BR2_PACKAGE_ZLIB select BR2_PACKAGE_JSONCPP @@ -21,13 +28,6 @@ config BR2_PACKAGE_CMAKE_CTEST select BR2_PACKAGE_BZIP2 select BR2_PACKAGE_XZ select BR2_PACKAGE_LIBUV - depends on BR2_PACKAGE_CMAKE_ARCH_SUPPORTS - depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 # from jsoncpp - depends on BR2_USE_WCHAR # libarchive - depends on BR2_INSTALL_LIBSTDCPP - depends on !BR2_STATIC_LIBS - depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL # libuv - depends on BR2_USE_MMU # libuv help CTest is a testing tool distributed as a part of CMake. It can be used to automate updating (using CVS for example), |