Fixed yorick_nc3, and necdf4 building (C++4). Fixed borg reading routines
This commit is contained in:
parent
48900328d4
commit
beb651c79a
4 changed files with 21 additions and 18 deletions
|
@ -40,11 +40,10 @@ ENDIF(EXISTS ${NETCDFCPP_INCLUDE_PATH}/netcdf AND ${NETCDFCPP_LIBRARY} MATCHES "
|
|||
|
||||
find_program(CYTHON cython)
|
||||
|
||||
set(HDF5_FIND_COMPONENTS HL CXX)
|
||||
if(HDF5_ROOTDIR)
|
||||
SET(ENV{HDF5_ROOT} ${HDF5_ROOTDIR})
|
||||
endif(HDF5_ROOTDIR)
|
||||
include(FindHDF5)
|
||||
find_package(HDF5 COMPONENTS HL CXX)
|
||||
|
||||
|
||||
set(NETCDF_FIND_REQUIRED TRUE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue