Remove todo(s) for cmake build system

Bug: https://gitlab.freedesktop.org/dbus/dbus/merge_requests/18
This commit is contained in:
Ralf Habacker 2018-10-21 10:40:28 +02:00
parent fd00c5fdef
commit 7bba42587b
2 changed files with 0 additions and 5 deletions

View file

@ -298,8 +298,6 @@ set(DBUS_INCLUDES)
ENABLE_TESTING()
########### command line options ###############
# TODO: take check from configure.in
option (DBUS_BUILD_TESTS "enable unit test code" ON)
if(DBUS_BUILD_TESTS)

View file

@ -197,9 +197,6 @@ int main()
}
" HAVE_ISO_VARARGS)
# missing:
# DBUS_HAVE_GCC33_GCOV
check_type_size("short" SIZEOF_SHORT)
check_type_size("int" SIZEOF_INT)
check_type_size("long" SIZEOF_LONG)