summaryrefslogtreecommitdiff
path: root/src/Bitmap_cubical_complex
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-11-16 16:00:57 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-11-16 16:00:57 +0000
commit0b38e753e73af22391788f0bb92fc3ddb49f6938 (patch)
tree0e3808b4b9cc5e7cca64818e782905ac7c3e2209 /src/Bitmap_cubical_complex
parentc438bf42d79c464104755108440d70b5dc2abf0b (diff)
Remove this bad commit from rev. 2873
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@2894 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: eb837c2fbeda683375f0b9355ce44953045f1649
Diffstat (limited to 'src/Bitmap_cubical_complex')
-rw-r--r--src/Bitmap_cubical_complex/example/CMakeLists.txt10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/Bitmap_cubical_complex/example/CMakeLists.txt b/src/Bitmap_cubical_complex/example/CMakeLists.txt
index 66defc8f..a0401619 100644
--- a/src/Bitmap_cubical_complex/example/CMakeLists.txt
+++ b/src/Bitmap_cubical_complex/example/CMakeLists.txt
@@ -6,16 +6,6 @@ if (TBB_FOUND)
target_link_libraries(Bitmap_cubical_complex ${TBB_LIBRARIES})
endif()
-add_executable ( cc_wit_hiraoka cc_wit_hiraoka.cpp )
-if (TBB_FOUND)
- target_link_libraries(cc_wit_hiraoka ${TBB_LIBRARIES})
-endif()
-
-add_executable ( cc_wit_hiraoka_img cc_wit_hiraoka_img.cpp )
-if (TBB_FOUND)
- target_link_libraries(cc_wit_hiraoka_img ${TBB_LIBRARIES})
-endif()
-
add_test(NAME Bitmap_cubical_complex_example_persistence_one_sphere COMMAND $<TARGET_FILE:Bitmap_cubical_complex>
"${CMAKE_SOURCE_DIR}/data/bitmap/CubicalOneSphere.txt")