mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[svn-r25043] Correct CPPFLAGS value.
Correct test DEPENDS format.
This commit is contained in:
parent
6233002749
commit
94ede7a8ce
@ -20,7 +20,7 @@ Compiling Options:
|
||||
CFLAGS: @CMAKE_C_FLAGS@
|
||||
H5_CFLAGS: @H5_CFLAGS@
|
||||
AM_CFLAGS: @AM_CFLAGS@
|
||||
CPPFLAGS: @CMAKE_CXX_FLAGS@
|
||||
CPPFLAGS: @CPPFLAGS@
|
||||
H5_CPPFLAGS: @H5_CPPFLAGS@
|
||||
AM_CPPFLAGS: @AM_CPPFLAGS@
|
||||
Shared Libraries: @H5_ENABLE_SHARED_LIB@
|
||||
|
@ -190,7 +190,7 @@
|
||||
|
||||
# test the output files repartitioned above.
|
||||
add_test (NAME H5REPART-h5repart_test COMMAND $<TARGET_FILE:h5repart_test>)
|
||||
set_tests_properties (H5REPART-h5repart_test PROPERTIES DEPENDS H5REPART-clearall-objects DEPENDS H5REPART-h5repart_20K DEPENDS H5REPART-h5repart_5K DEPENDS H5REPART-h5repart_sec2)
|
||||
set_tests_properties (H5REPART-h5repart_test PROPERTIES DEPENDS "H5REPART-clearall-objects;H5REPART-h5repart_20K;H5REPART-h5repart_5K;H5REPART-h5repart_sec2")
|
||||
|
||||
set (H5_DEP_EXECUTABLES ${H5_DEP_EXECUTABLES}
|
||||
h5repart_test
|
||||
|
Loading…
Reference in New Issue
Block a user