This commit is contained in:
Ward Fisher 2012-11-07 17:35:35 +00:00
parent f4dea1a337
commit c127c03923
2 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ INCLUDE (${CMAKE_ROOT}/Modules/GetPrerequisites.cmake)
# Only necessary for Windows
IF(MSVC)
INCLUDE (${CMAKE_SOURCE_DIR}/cmake/modules/FindHDF5.cmake)
INCLUDE (${CMAKE_SOURCE_DIR}/cmake/modules/windows/FindHDF5.cmake)
ENDIF()
# Supress some warnings on Windows
IF(MSVC)