mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 23:31:12 +00:00
Fixlets to have cosmotool compile
This commit is contained in:
parent
859e82cafd
commit
2fc406af45
3 changed files with 7 additions and 1 deletions
4
external/cosmotool/CMakeLists.txt
vendored
4
external/cosmotool/CMakeLists.txt
vendored
|
@ -47,6 +47,10 @@ if (ENABLE_SHARP)
|
|||
endif (ENABLE_SHARP)
|
||||
|
||||
|
||||
find_package(Boost 1.53)
|
||||
mark_as_advanced(Boost_INCLUDE_DIRS Boost_LIBRARIES)
|
||||
|
||||
|
||||
set(HDF5_FIND_COMPONENTS HL CXX)
|
||||
if(HDF5_ROOTDIR)
|
||||
SET(ENV{HDF5_ROOT} ${HDF5_ROOTDIR})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue