From d03c6d1131b70996d585ecd5b99c6d011ca262e3 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 6 Oct 2017 12:54:30 +0100 Subject: [PATCH] cmake: Stop creating an empty afxres.h The resource file used to #include this, but it was unnecessary, and Ralf removed it in commit e3a14eb. Signed-off-by: Simon McVittie Bug: https://bugs.freedesktop.org/show_bug.cgi?id=103015 Reviewed-by: Ralf Habacker --- cmake/dbus/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/cmake/dbus/CMakeLists.txt b/cmake/dbus/CMakeLists.txt index 86484a937..42674944d 100644 --- a/cmake/dbus/CMakeLists.txt +++ b/cmake/dbus/CMakeLists.txt @@ -245,7 +245,6 @@ if (MSVC) set (BUILD_TIMESTAMP ${DBUS_BUILD_TIMESTAMP}) configure_file(${DBUS_DIR}/versioninfo.rc.in ${CMAKE_CURRENT_BINARY_DIR}/versioninfo.rc) - file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/afxres.h "") list(APPEND libdbus_SOURCES versioninfo.rc) set_source_files_properties(versioninfo.rc COMPILE_FLAGS "-D__LINE__=1") endif (MSVC) -- 2.47.3