summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorEduard Braun <eduard.braun2@gmx.de>2018-10-13 19:30:33 +0000
committerEduard Braun <eduard.braun2@gmx.de>2018-10-13 19:30:33 +0000
commitfdae35077877d8953731750132105f2d7f1db8b1 (patch)
treea6c9ca8654e4165db5143dd668d9505dda243081 /src/CMakeLists.txt
parentCMake/tests: Simplify (diff)
downloadinkscape-fdae35077877d8953731750132105f2d7f1db8b1.tar.gz
inkscape-fdae35077877d8953731750132105f2d7f1db8b1.zip
Fix Windows build
(remove remnant from faf43f2ffa88561acb95909861bb28fcdfaeb858)
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 2912d40e6..1e7d78bcb 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -292,12 +292,6 @@ set(view_SRC
)
if(WIN32)
- # Sources for the inkscape executable on Windows.
- list(APPEND main_SRC
- registrytool.h
- registrytool.cpp
- )
-
# Configure and add the platform specific resource files (enabling the app icon).
string(TIMESTAMP COPYRIGHT_YEAR %Y)