summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2013-03-15 15:28:32 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2013-03-15 15:28:32 (GMT)
commitc1ddb82ac1d160d59d32f9a012dbffd11911292b (patch)
treefa200c03baa045a6f2096090f9fcab854683cdc0
parente37ee97a58733d3739d5e2588bdea9a1453fa023 (diff)
downloadhdf5-c1ddb82ac1d160d59d32f9a012dbffd11911292b.zip
hdf5-c1ddb82ac1d160d59d32f9a012dbffd11911292b.tar.gz
hdf5-c1ddb82ac1d160d59d32f9a012dbffd11911292b.tar.bz2
[svn-r23356] Correct target name
-rw-r--r--tools/lib/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/CMakeLists.txt b/tools/lib/CMakeLists.txt
index f0d0d01..ce8a5fa 100644
--- a/tools/lib/CMakeLists.txt
+++ b/tools/lib/CMakeLists.txt
@@ -46,7 +46,7 @@ H5_SET_LIB_OPTIONS (
HDF5_TOOLS_LIB_NAME_DEBUG
)
#SET_TARGET_PROPERTIES (hdf5_tools PROPERTIES COMPILE_DEFINITIONS H5DIFF_DEBUG)
-SET_TARGET_PROPERTIES (hdf5_tools PROPERTIES FOLDER libraries/tools)
+SET_TARGET_PROPERTIES (${HDF5_TOOLS_LIB_TARGET} PROPERTIES FOLDER libraries/tools)
##############################################################################
##############################################################################