diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2011-04-05 14:40:57 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2011-04-05 14:40:57 (GMT) |
commit | 83f0c357b0e04f47f54208f24e985aff6fbbff45 (patch) | |
tree | 5549139528d9b50e684e04b39c1423650a019ae2 | |
parent | ba954eba91f8f5df4d8939dfda2514b3b4e2200d (diff) | |
download | hdf5-83f0c357b0e04f47f54208f24e985aff6fbbff45.zip hdf5-83f0c357b0e04f47f54208f24e985aff6fbbff45.tar.gz hdf5-83f0c357b0e04f47f54208f24e985aff6fbbff45.tar.bz2 |
[svn-r20415] Add_External_Project expects the bin folder for output
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 77c48f3..f4ab2cd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -204,7 +204,7 @@ ELSE (NOT HDF5_EXTERNALLY_CONFIGURED) # if we are externally configured, but the project uses old cmake scripts # this may not be set and utilities like H5detect will fail IF (NOT CMAKE_RUNTIME_OUTPUT_DIRECTORY) - SET (CMAKE_RUNTIME_OUTPUT_DIRECTORY ${EXECUTABLE_OUTPUT_PATH}) + SET (CMAKE_RUNTIME_OUTPUT_DIRECTORY ${EXECUTABLE_OUTPUT_PATH}/bin) ENDIF (NOT CMAKE_RUNTIME_OUTPUT_DIRECTORY) ENDIF (NOT HDF5_EXTERNALLY_CONFIGURED) |