Hi everyone,
Is there a better way to check whether the platform support symlink
than this one:
if(WIN32)
if(CYGWIN)
set(HAVE_SYMLINK TRUE)
else(CYGWIN)
set(HAVE_SYMLINK FALSE)
endif(CYGWIN)
else(WIN32)
set(HAVE_SYMLINK TRUE)
endif(WIN32)
Regards,
--
Nicolas Desprès