mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-12 15:04:59 +08:00
[svn-r24904] Revert includes move
This commit is contained in:
parent
1e1f754fb0
commit
448e1e05f1
@ -17,8 +17,6 @@ if (WIN32)
|
|||||||
endif (BUILD_SHARED_LIBS)
|
endif (BUILD_SHARED_LIBS)
|
||||||
endif (WIN32)
|
endif (WIN32)
|
||||||
|
|
||||||
INCLUDE_DIRECTORIES (${HDF5_F90_BINARY_DIR} ${CMAKE_Fortran_MODULE_DIRECTORY})
|
|
||||||
|
|
||||||
#-----------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------
|
||||||
# Setup the Fortran auto-detection utilities
|
# Setup the Fortran auto-detection utilities
|
||||||
# H5test_kind(_SIZEOF).f90 used to generate H5fortran_detect.f90
|
# H5test_kind(_SIZEOF).f90 used to generate H5fortran_detect.f90
|
||||||
@ -82,6 +80,8 @@ add_custom_command (
|
|||||||
WORKING_DIRECTORY ${HDF5_F90_BINARY_DIR}
|
WORKING_DIRECTORY ${HDF5_F90_BINARY_DIR}
|
||||||
DEPENDS H5fortran_detect
|
DEPENDS H5fortran_detect
|
||||||
)
|
)
|
||||||
|
|
||||||
|
INCLUDE_DIRECTORIES (${HDF5_F90_BINARY_DIR} ${CMAKE_Fortran_MODULE_DIRECTORY})
|
||||||
#-----------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------
|
||||||
add_executable (H5match_types
|
add_executable (H5match_types
|
||||||
${HDF5_F90_BINARY_DIR}/H5fort_type_defines.h
|
${HDF5_F90_BINARY_DIR}/H5fort_type_defines.h
|
||||||
|
Loading…
Reference in New Issue
Block a user