BlueBrain / Ultraliser

Reconstruction of watertight meshes, annotated volumes and center line skeletons of neuroscience spatial structures from non-watertight inputs, segmented masks, skeletons of NGV morphologies and volumes.

Home Page:https://portal.bluebrain.epfl.ch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CMake Error at apps/CMakeLists.txt:84 (add_executable):

nal10 opened this issue · comments

commented

Getting this error when trying to install using your wiki instructions. I have a previous version install on another machine that did not have this error and I see that the apps/CMakeLists.txt file has been updated since my last install with additions relating to testEdgeCollape

`
CMake Error at apps/CMakeLists.txt:84 (add_executable):
Cannot find source file:

testEdgeCollapse.cpp

Tried extensions .c .C .c++ .cc .cpp .cxx .cu .m .M .mm .h .hh .h++ .hm
.hpp .hxx .in .txx

CMake Error at apps/CMakeLists.txt:84 (add_executable):
No SOURCES given to target: testEdgeCollapse
`

@nal10 Thanks for reporting this bug. The CMakeLists files has been fixed. You can pull and re-compile. Don't forget to delete the CMakeCache.

Thanks,