Skip to content
This repository was archived by the owner on Jul 15, 2023. It is now read-only.

Commit 9269592

Browse files
authored
Merge pull request #92 from andrewkww/cmake3.6
Explicitly specify the components needed from HDF5
2 parents 4b7ea0b + 1ea6426 commit 9269592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT ( field3d )
3838
set( CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PROJECT_SOURCE_DIR}/cmake )
3939

4040
FIND_PACKAGE (Doxygen)
41-
FIND_PACKAGE (HDF5)
41+
FIND_PACKAGE (HDF5 COMPONENTS C)
4242
IF ( CMAKE_HOST_WIN32 )
4343
# f3dinfo relies on program_options but don't include it, since
4444
# for some reason, unlike all the other boost components, a link is

0 commit comments

Comments
 (0)