Removed FindHealpix as we have now an internal healpix package. Added gengetopt as a dependency to build. Fixed library broken linkage.

This commit is contained in:
Guilhem Lavaux 2012-10-30 14:38:41 -04:00
parent 51f6798f88
commit 2e9a820d34
3 changed files with 64 additions and 43 deletions

6
external/install_healpix.cmake vendored Normal file
View file

@ -0,0 +1,6 @@
execute_process(COMMAND ${MAKE} -C ${HEALPIX_DIR} hdrcopy)
set(bdir ${HEALPIX_DIR}/sampler)
file(MAKE_DIRECTORY ${DEST_DIR})
file(COPY ${bdir}/bin ${bdir}/lib ${bdir}/include DESTINATION ${DEST_DIR} NO_SOURCE_PERMISSIONS)