diff options
| author | Eduard Braun <eduard.braun2@gmx.de> | 2018-10-13 19:30:33 +0000 |
|---|---|---|
| committer | Eduard Braun <eduard.braun2@gmx.de> | 2018-10-13 19:30:33 +0000 |
| commit | fdae35077877d8953731750132105f2d7f1db8b1 (patch) | |
| tree | a6c9ca8654e4165db5143dd668d9505dda243081 /src/CMakeLists.txt | |
| parent | CMake/tests: Simplify (diff) | |
| download | inkscape-fdae35077877d8953731750132105f2d7f1db8b1.tar.gz inkscape-fdae35077877d8953731750132105f2d7f1db8b1.zip | |
Fix Windows build
(remove remnant from faf43f2ffa88561acb95909861bb28fcdfaeb858)
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 6 |
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) |
