mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 23:31:12 +00:00
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:
parent
51f6798f88
commit
2e9a820d34
3 changed files with 64 additions and 43 deletions
6
external/install_healpix.cmake
vendored
Normal file
6
external/install_healpix.cmake
vendored
Normal 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)
|
Loading…
Add table
Add a link
Reference in a new issue