Hi all. getsnap.sh (1.4.1) produces this error toward the end of my
compile on CentOS 5.1:
CMake Error: Error in cmake code at
/home/fsl/itksnap_build/itksnap/itksnap/CMakeLists.txt:569:
INSTALL called with unknown mode DIRECTORY
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target `install'. Stop.
SNAP failed to build in /home/fsl/itksnap_build/install/bin/
InsightSNAP
Line 569 is:
INSTALL(DIRECTORY ${SNAP_BINARY_DIR}/ProgramData DESTINATION $
{SNAP_DATA_INSTALL_DIR})
Any suggestions? I believe it's possible that the version of cmake
(2.4.2) specified in getsnap.sh doesn't actually support
INSTALL(DIRECTORY...).
Thanks in advance,
Stephen