]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Remove todo(s) for cmake build system
authorRalf Habacker <ralf.habacker@freenet.de>
Sun, 21 Oct 2018 08:40:28 +0000 (10:40 +0200)
committerRalf Habacker <ralf.habacker@freenet.de>
Wed, 24 Oct 2018 08:03:30 +0000 (10:03 +0200)
Bug: https://gitlab.freedesktop.org/dbus/dbus/merge_requests/18

cmake/CMakeLists.txt
cmake/ConfigureChecks.cmake

index a18cb48bcb57f2bebe04c33474970a777e5b6968..d7b9c438c3580d16db2080ce884e91380917523c 100644 (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)
index 88331d7d64b3e822bbb2e263ae802955b831e38b..9f2008a16599608643e2b796abee02b0582b4fe9 100644 (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)