diff options
author | Will Dicharry <wdicharry@stellarscience.com> | 2011-05-24 18:53:49 (GMT) |
---|---|---|
committer | Will Dicharry <wdicharry@stellarscience.com> | 2011-05-24 18:53:49 (GMT) |
commit | 2ba826e0600902b01750d345e2f51dd3ab0a9c4a (patch) | |
tree | f80b4bbf842af3323879a500ac6197dc596e5925 /Modules/FindHDF5.cmake | |
parent | 3978f3221fd58bc719ee5848d8cc41d0b0f6e47d (diff) | |
download | CMake-2ba826e0600902b01750d345e2f51dd3ab0a9c4a.zip CMake-2ba826e0600902b01750d345e2f51dd3ab0a9c4a.tar.gz CMake-2ba826e0600902b01750d345e2f51dd3ab0a9c4a.tar.bz2 |
Use CMAKE_CURRENT_LIST_DIR to locate FindPackageHandleStandardArgs.
Diffstat (limited to 'Modules/FindHDF5.cmake')
-rw-r--r-- | Modules/FindHDF5.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindHDF5.cmake b/Modules/FindHDF5.cmake index f3afb69..3c96720 100644 --- a/Modules/FindHDF5.cmake +++ b/Modules/FindHDF5.cmake @@ -59,7 +59,7 @@ # This module is maintained by Will Dicharry <wdicharry@stellarscience.com>. include(SelectLibraryConfigurations) -include(FindPackageHandleStandardArgs) +include(${CMAKE_CURRENT_LIST_DIR}/FindPackageHandleStandardArgs.cmake) # List of the valid HDF5 components set( HDF5_VALID_COMPONENTS |