From 77e6472d2fadff31b576411025230beda944e34d Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 6 Oct 2017 12:54:30 +0100 Subject: [PATCH 1/2] UNTESTED: 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 --- cmake/dbus/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/cmake/dbus/CMakeLists.txt b/cmake/dbus/CMakeLists.txt index 86484a93..42674944 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.14.2