summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsamelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-03-10 20:49:22 +0000
committersamelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-03-10 20:49:22 +0000
commitc3836ab7505733a7d9176f313a4ec099ce4a0c67 (patch)
treea51813b537244623761ff84c1e9400d63040cbf6
parent5fe2771f582116add843e5d31dc4dcd48aae6bb8 (diff)
downloadarts-c3836ab7.tar.gz
arts-c3836ab7.zip
[dependencies/arts] fix path to .mcop* files
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/arts@1224425 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r--flow/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/flow/CMakeLists.txt b/flow/CMakeLists.txt
index 6cfd386..aa26352 100644
--- a/flow/CMakeLists.txt
+++ b/flow/CMakeLists.txt
@@ -37,7 +37,8 @@ install( FILES
##### other data ################################
install( FILES
- artsflow.mcoptype artsflow.mcopclass
+ ${CMAKE_CURRENT_BINARY_DIR}/artsflow.mcoptype
+ ${CMAKE_CURRENT_BINARY_DIR}/artsflow.mcopclass
DESTINATION ${LIB_INSTALL_DIR}/mcop )