aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/examples
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2012-08-27 11:11:25 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2012-08-27 11:11:25 +0200
commit75435079caa4213f86ccb57fe70ceb56c8e62ad1 (patch)
tree2c2dc7ea9ba965a038072807080f37d5e4c51d4b /doc/examples
parentaa1aa36d6da6ed349678975f1d93c7dc415257bc (diff)
fix bug #499: the image was missing because of a dependency issue when building/executing the "special" examples
Diffstat (limited to 'doc/examples')
-rw-r--r--doc/examples/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/examples/CMakeLists.txt b/doc/examples/CMakeLists.txt
index 13ec0c123..71b272a15 100644
--- a/doc/examples/CMakeLists.txt
+++ b/doc/examples/CMakeLists.txt
@@ -1,7 +1,5 @@
file(GLOB examples_SRCS "*.cpp")
-add_custom_target(all_examples)
-
foreach(example_src ${examples_SRCS})
get_filename_component(example ${example_src} NAME_WE)
add_executable(${example} ${example_src})