diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2016-09-21 15:49:48 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2016-09-21 15:49:48 (GMT) |
commit | bc1d833a80190a83bb11151f2d60035acdae3d2c (patch) | |
tree | 2c832446f20bbb2553ab25df48a60ccf09989ac5 /fortran | |
parent | 408aaba9022e427113db3fcca2c54e2fb6564d7f (diff) | |
download | hdf5-bc1d833a80190a83bb11151f2d60035acdae3d2c.zip hdf5-bc1d833a80190a83bb11151f2d60035acdae3d2c.tar.gz hdf5-bc1d833a80190a83bb11151f2d60035acdae3d2c.tar.bz2 |
Fix typo
Diffstat (limited to 'fortran')
-rw-r--r-- | fortran/test/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/test/CMakeLists.txt b/fortran/test/CMakeLists.txt index fd6dd28..baf7369 100644 --- a/fortran/test/CMakeLists.txt +++ b/fortran/test/CMakeLists.txt @@ -358,7 +358,7 @@ if (BUILD_SHARED_LIBS AND NOT SKIP_HDF5_FORTRAN_SHARED) ) if (WIN32 AND MSVC) target_link_libraries (fortranlib_test_F03-shared "ws2_32.lib") - endif (WIN32 AND MSVC)endif (NOT SKIP_HDF5_FORTRAN_SHARED) + endif (WIN32 AND MSVC) target_include_directories (fortranlib_test_F03-shared PRIVATE ${CMAKE_Fortran_MODULE_DIRECTORY}/shared) set_target_properties (fortranlib_test_F03-shared PROPERTIES |