diff options
| author | Shlomi Fish <shlomif@shlomifish.org> | 2013-09-18 17:23:13 +0000 |
|---|---|---|
| committer | ~suv <suv-sf@users.sourceforge.net> | 2013-09-18 17:23:13 +0000 |
| commit | cb1fec651ce742c85dc8aaf66874832491b4a09f (patch) | |
| tree | 453c2a4bd7b13d613aaccb81b95e5c675819337f | |
| parent | Fix for Bug #1217602 (Measure Path fails with XML too deep error) by dave m. (diff) | |
| download | inkscape-cb1fec651ce742c85dc8aaf66874832491b4a09f.tar.gz inkscape-cb1fec651ce742c85dc8aaf66874832491b4a09f.zip | |
Fix cmake+ninja install (bug #1224543)
Fixed bugs:
- https://launchpad.net/bugs/1224543
(bzr r12527)
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 86d7060c1..34bbb9a82 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -123,7 +123,7 @@ if(UNIX) install( DIRECTORY ${CMAKE_SOURCE_DIR}/share/attributes - ${CMAKE_SOURCE_DIR}/share/clipart + ${CMAKE_SOURCE_DIR}/share/branding ${CMAKE_SOURCE_DIR}/share/examples ${CMAKE_SOURCE_DIR}/share/extensions ${CMAKE_SOURCE_DIR}/share/filters |
