summaryrefslogtreecommitdiff
path: root/src/Bitmap_cubical_complex
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-11-03 17:39:51 +0100
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-11-03 17:39:51 +0100
commit85c66c66e6c8dfe9ba74b3bfa0012a550e8466ec (patch)
tree4ed4a3b09e045c67af1f9e8aca8ca244e12a22a3 /src/Bitmap_cubical_complex
parent2d4c69d698df7e40709ec0e38463b4cf30ee388d (diff)
Fix #415 by removing all install cmake targets from examples
Diffstat (limited to 'src/Bitmap_cubical_complex')
-rw-r--r--src/Bitmap_cubical_complex/example/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Bitmap_cubical_complex/example/CMakeLists.txt b/src/Bitmap_cubical_complex/example/CMakeLists.txt
index dc659f2d..0ff290ef 100644
--- a/src/Bitmap_cubical_complex/example/CMakeLists.txt
+++ b/src/Bitmap_cubical_complex/example/CMakeLists.txt
@@ -6,5 +6,3 @@ if (TBB_FOUND)
endif()
add_test(NAME Bitmap_cubical_complex_example_random COMMAND $<TARGET_FILE:Random_bitmap_cubical_complex>
"2" "100" "100")
-
-install(TARGETS Random_bitmap_cubical_complex DESTINATION bin)