summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-04-21 16:06:28 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-04-21 16:06:28 +0000
commitbe976b50b0d036b1cf9efc58f936182647b7cd69 (patch)
treead0383179bc294cf42857c008287acfa0e0ad05b /src/CMakeLists.txt
parent47c892eb31e2050247d56c3cb91b5810fc6fd632 (diff)
Fix user version bug
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/gudhi_stat@2374 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: ff7a428dbe3a5c7c2b45037f66329f1061cf7f7b
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index c94110a6..d0e5d5d5 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -53,7 +53,7 @@ add_subdirectory(example/Subsampling)
add_subdirectory(example/Tangential_complex)
add_subdirectory(example/Bottleneck_distance)
add_subdirectory(example/Gudhi_stat)
-add_subdirectory(example/Gudhi_stat/utilities)
+add_subdirectory(utilities/Gudhi_stat)
# data points generator
add_subdirectory(data/points/generator)