Use CMAKE_CURRENT_LIST_DIR to locate FindPackageHandleStandardArgs.
This commit is contained in:
parent
3978f3221f
commit
2ba826e060
|
@ -59,7 +59,7 @@
|
||||||
# This module is maintained by Will Dicharry <wdicharry@stellarscience.com>.
|
# This module is maintained by Will Dicharry <wdicharry@stellarscience.com>.
|
||||||
|
|
||||||
include(SelectLibraryConfigurations)
|
include(SelectLibraryConfigurations)
|
||||||
include(FindPackageHandleStandardArgs)
|
include(${CMAKE_CURRENT_LIST_DIR}/FindPackageHandleStandardArgs.cmake)
|
||||||
|
|
||||||
# List of the valid HDF5 components
|
# List of the valid HDF5 components
|
||||||
set( HDF5_VALID_COMPONENTS
|
set( HDF5_VALID_COMPONENTS
|
||||||
|
|
Loading…
Reference in New Issue