diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2016-06-10 15:41:08 +0000 |
|---|---|---|
| committer | Alexander Valavanis <valavanisalex@gmail.com> | 2016-06-10 15:41:08 +0000 |
| commit | 528228b2803595a29f618d84303de502eaff0674 (patch) | |
| tree | 32832af3ada9925bc45dad41aa13999a9530afee /src | |
| parent | Remove unit test dependency on GUI session to allow auto-build in PPA (diff) | |
| download | inkscape-528228b2803595a29f618d84303de502eaff0674.tar.gz inkscape-528228b2803595a29f618d84303de502eaff0674.zip | |
Rm unnecessary/incorrect post-build message
Fixed bugs:
- https://launchpad.net/bugs/1591251
(bzr r14970)
Diffstat (limited to 'src')
| -rw-r--r-- | src/CMakeLists.txt | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index df25728f4..cf5130317 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -513,17 +513,6 @@ add_library(inkscape_base SHARED ${inkscape_SRC} ${sp_SRC}) add_executable(inkscape ${main_SRC} ) add_executable(inkview inkview.cpp ) - - -if(UNIX) -# message after building. -add_custom_command( - TARGET inkscape - POST_BUILD MAIN_DEPENDENCY inkscape - COMMAND ${CMAKE_COMMAND} -E echo 'now run: \"make install\" to copy runtime files & scripts to ${CMAKE_INSTALL_PREFIX}' -) -endif() - add_dependencies(inkscape inkscape_version) if(WITH_DBUS) |
