f3f0f85a936ca2d1c82d82270cb92d2847fa12e8
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / cmake / Config.in
1 config BR2_PACKAGE_CMAKE_ARCH_SUPPORTS
2         bool
3         default y
4         depends on BR2_arm    || BR2_armeb       || BR2_aarch64  || \
5                 BR2_m68k      || BR2_mips        || BR2_mips64   || \
6                 BR2_mipsel    || BR2_mips64el    || BR2_powerpc  || \
7                 BR2_powerpc64 || BR2_powerpc64le || BR2_sparc    || \
8                 BR2_i386      || BR2_x86_64      || BR2_xtensa
9
10 config BR2_PACKAGE_CMAKE
11         bool
12
13 config BR2_PACKAGE_CMAKE_CTEST
14         bool "ctest"
15         select BR2_PACKAGE_CMAKE
16         select BR2_PACKAGE_ZLIB
17         select BR2_PACKAGE_LIBCURL
18         select BR2_PACKAGE_LIBARCHIVE
19         select BR2_PACKAGE_EXPAT
20         select BR2_PACKAGE_BZIP2
21         select BR2_PACKAGE_XZ
22         depends on BR2_PACKAGE_CMAKE_ARCH_SUPPORTS
23         depends on BR2_USE_WCHAR # libarchive
24         depends on BR2_INSTALL_LIBSTDCPP
25         depends on !BR2_STATIC_LIBS
26         help
27           CTest is a testing tool distributed as a part of CMake. It
28           can be used to automate updating (using CVS for example),
29           configuring, building, testing, performing memory checking,
30           performing coverage, and submitting results to a CDash or
31           Dart dashboard system.
32
33           http://www.cmake.org/
34
35 comment "ctest needs a toolchain w/ C++, wchar, dynamic library"
36         depends on BR2_PACKAGE_CMAKE_ARCH_SUPPORTS
37         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || BR2_STATIC_LIBS