diff options
-rwxr-xr-x | windows/hdf5check.BAT | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/windows/hdf5check.BAT b/windows/hdf5check.BAT index 929abab..f3caea2 100755 --- a/windows/hdf5check.BAT +++ b/windows/hdf5check.BAT @@ -101,7 +101,7 @@ rem on it for sending parameters. --SJW 9/6/07 call :add_test checktools.bat .\tools
rem Only check C++/Fortran if they are set to build.
- if defined build_cxx_conditional (
+ if defined build_cpp_conditional (
call :add_test checkcpptests.bat .\c++\test
)
if defined build_fortran_conditional (
@@ -133,4 +133,4 @@ rem on it for sending parameters. --SJW 9/6/07 popd
endlocal & exit /b %nerrors%
-
\ No newline at end of file +
|