mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-12-21 08:39:46 +08:00
maybe public will work?
This commit is contained in:
parent
d7e26cad6b
commit
e818f93a48
@ -28,7 +28,7 @@ if(STATUS_PARALLEL)
|
||||
target_link_libraries(netcdfhdf5 PUBLIC MPI::MPI_C)
|
||||
endif(STATUS_PARALLEL)
|
||||
|
||||
target_include_directories(netcdfhdf5 PRIVATE ${HDF5_INCLUDE_DIR})
|
||||
target_include_directories(netcdfhdf5 PUBLIC ${HDF5_INCLUDE_DIR})
|
||||
|
||||
# Remember to package this file for CMake builds.
|
||||
add_extra_dist(${libnchdf5_SOURCES} CMakeLists.txt)
|
||||
|
Loading…
Reference in New Issue
Block a user