From: Ralf Habacker Date: Sun, 21 Oct 2018 08:40:28 +0000 (+0200) Subject: Remove todo(s) for cmake build system X-Git-Tag: dbus-1.13.8~43^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bba42587bf07c1308bec950311131fd04a82215;p=thirdparty%2Fdbus.git Remove todo(s) for cmake build system Bug: https://gitlab.freedesktop.org/dbus/dbus/merge_requests/18 --- diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index a18cb48bc..d7b9c438c 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -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) diff --git a/cmake/ConfigureChecks.cmake b/cmake/ConfigureChecks.cmake index 88331d7d6..9f2008a16 100644 --- a/cmake/ConfigureChecks.cmake +++ b/cmake/ConfigureChecks.cmake @@ -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)