mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-18 15:55:12 +08:00
Corrected invocation of a large file test in the CMake system, when large file tests are enabled.
This commit is contained in:
parent
b29b189d86
commit
8ae3105e32
@ -57,7 +57,7 @@ IF(BUILD_DISKLESS)
|
|||||||
add_sh_test(nc_test run_mmap)
|
add_sh_test(nc_test run_mmap)
|
||||||
ENDIF()
|
ENDIF()
|
||||||
IF(LARGE_FILE_TESTS)
|
IF(LARGE_FILE_TESTS)
|
||||||
add_sh_test(nc_test run_diskless2.sh)
|
add_sh_test(nc_test run_diskless2)
|
||||||
ENDIF()
|
ENDIF()
|
||||||
|
|
||||||
ENDIF()
|
ENDIF()
|
||||||
|
Loading…
Reference in New Issue
Block a user