summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2015-04-03 08:43:14 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2015-04-03 08:43:14 +0000
commitf9c64afdd4c0fcfa291e59ea179b7272ec5932af (patch)
tree482ee6c3b079d7f5425f1a78b8101aaa0eabfaf5 /src
parentfe7a1f6962b5f9a09c01d838379813ed6eaec4ec (diff)
Build was failed (no propagation of -std=c++11)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/alphashapes@541 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 0848ecde6740c37ba0f2e8a69890908a065b5228
Diffstat (limited to 'src')
-rw-r--r--src/Alpha_shapes/example/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Alpha_shapes/example/CMakeLists.txt b/src/Alpha_shapes/example/CMakeLists.txt
index fb94ca05..dab3861c 100644
--- a/src/Alpha_shapes/example/CMakeLists.txt
+++ b/src/Alpha_shapes/example/CMakeLists.txt
@@ -13,7 +13,6 @@ if(CGAL_FOUND)
if (EIGEN3_FOUND)
message(STATUS "Eigen3 version: ${EIGEN3_VERSION}.")
include( ${EIGEN3_USE_FILE} )
- include_directories (BEFORE "../../include")
add_executable ( dtoffrw Delaunay_triangulation_off_rw.cpp )
target_link_libraries(dtoffrw ${Boost_SYSTEM_LIBRARY} ${CGAL_LIBRARY})