[shark] 39/79: Update CMakeLists.txt

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Nov 26 15:40:32 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch master
in repository shark.

commit 7bb41939b6cb4f08d867335e5a29756da4f9d8f8
Author: Christian Igel <igel at diku.dk>
Date:   Thu Oct 29 19:32:14 2015 +0100

    Update CMakeLists.txt
---
 examples/CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
index 1fc5da8..413bdcd 100755
--- a/examples/CMakeLists.txt
+++ b/examples/CMakeLists.txt
@@ -3,7 +3,7 @@
 #		Setup for example compilation
 #####################################################################
 
-add_custom_target(examples)
+add_custom_target(sharkexamples)
 set(EXAMPLES_CPP_DIR ${CMAKE_CURRENT_BINARY_DIR})
 set(TPP_FILES "")
 
@@ -28,7 +28,7 @@ macro( SHARK_ADD_EXAMPLE TUT_SRC NAME COMPONENT )
 		target_link_libraries(${NAME} shark)
 
 		# Add the dependencies to the target examples
-		add_dependencies(examples ${NAME})
+		add_dependencies(sharkexamples ${NAME})
 
 		set_target_properties( ${NAME} PROPERTIES FOLDER "examples")
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/shark.git



More information about the debian-science-commits mailing list