summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2017-10-06 12:54:30 +0100
committerRalf Habacker <ralf.habacker@freenet.de>2017-10-17 20:24:11 +0200
commitd03c6d1131b70996d585ecd5b99c6d011ca262e3 (patch)
tree564770eee2b359214128a5c479767e88721b77eb /cmake
parent7250c73e17276c29ab2745699703495a8700f033 (diff)
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 <smcv@collabora.com> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=103015 Reviewed-by: Ralf Habacker <ralf.habacker@freenet.de>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/dbus/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
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)