summaryrefslogtreecommitdiffstats
path: root/perform
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2010-10-28 14:41:23 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2010-10-28 14:41:23 (GMT)
commit52ddd8e3297db991b1388d1e11f330eaaf13a035 (patch)
treee45000440c151012bf6b6e6937923d942d21b3c2 /perform
parent488446a6fcf962c8b19e452f15a45f11fc83b8c0 (diff)
downloadhdf5-52ddd8e3297db991b1388d1e11f330eaaf13a035.zip
hdf5-52ddd8e3297db991b1388d1e11f330eaaf13a035.tar.gz
hdf5-52ddd8e3297db991b1388d1e11f330eaaf13a035.tar.bz2
[svn-r19686] Spelling mistake in TARGET_WIN_PROPERTIES broke cmake configuration
Diffstat (limited to 'perform')
-rw-r--r--perform/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/perform/CMakeLists.txt b/perform/CMakeLists.txt
index 56868d6..f85e1d4 100644
--- a/perform/CMakeLists.txt
+++ b/perform/CMakeLists.txt
@@ -103,7 +103,7 @@ IF (H5_HAVE_PARALLEL)
)
ADD_EXECUTABLE (h5perf ${h5perf_SRCS})
H5_NAMING (h5perf)
- TARGET_WIN_PROPERTIESS (h5perf)
+ TARGET_WIN_PROPERTIES (h5perf)
TARGET_LINK_LIBRARIES (h5perf ${HDF5_LIB_TARGET} ${HDF5_TOOLS_LIB_TARGET} ${HDF5_TEST_LIB_TARGET})
ADD_TEST (NAME h5perf COMMAND ${MPIEXEC} ${MPIEXEC_PREFLAGS} ${MPIEXEC_NUMPROC_FLAG} ${MPIEXEC_MAX_NUMPROCS} ${MPIEXEC_POSTFLAGS} $<TARGET_FILE:h5perf>)