summaryrefslogtreecommitdiffstats
path: root/perform
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2010-10-28 14:41:57 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2010-10-28 14:41:57 (GMT)
commit3b2af9e08f05539e800bf2f73919befb602342f9 (patch)
tree101d7086a9a03d2403677bbbf2cc4bb956b0e9fb /perform
parentbec2009066772b57af4f75b0e684f471fd6793c1 (diff)
downloadhdf5-3b2af9e08f05539e800bf2f73919befb602342f9.zip
hdf5-3b2af9e08f05539e800bf2f73919befb602342f9.tar.gz
hdf5-3b2af9e08f05539e800bf2f73919befb602342f9.tar.bz2
[svn-r19688] 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>)