[arrayfire] 08/61: Fix examples target.
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Tue Dec 8 11:54:55 UTC 2015
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch dfsg-clean
in repository arrayfire.
commit 54ad0b34fcd8f86492b9f69c86a37e824a77d57e
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Sun Nov 22 17:09:41 2015 +0000
Fix examples target.
---
examples/CMakeLists.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
index e20db4e..49ce38d 100644
--- a/examples/CMakeLists.txt
+++ b/examples/CMakeLists.txt
@@ -134,10 +134,10 @@ else()
MESSAGE(STATUS "EXAMPLES: OPENCL backend is OFF. OPENCL was not found")
endif()
-INSTALL(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}"
+INSTALL(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/"
DESTINATION "${AF_INSTALL_EXAMPLE_DIR}"
COMPONENT examples)
INSTALL(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/../assets/examples"
- DESTINATION "${AF_INSTALL_EXAMPLE_DIR}/examples/assets/"
+ DESTINATION "${AF_INSTALL_EXAMPLE_DIR}/assets/"
)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/arrayfire.git
More information about the debian-science-commits
mailing list