Skip to content

Commit

Permalink
Add C in project line for CMake to fix HDFGroup#4012.
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Feb 13, 2024
1 parent 29bd177 commit 9350b7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HDF5Examples/C/H5PAR/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required (VERSION 3.12)
PROJECT (H5PAR_C)
PROJECT (H5PAR_C C)

#-----------------------------------------------------------------------------
# Define Sources
Expand Down
2 changes: 1 addition & 1 deletion HDF5Examples/C/Perf/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required (VERSION 3.12)
PROJECT (HDF5Examples_C_PERFORM)
PROJECT (HDF5Examples_C_PERFORM C)

#-----------------------------------------------------------------------------
# Define Sources
Expand Down

0 comments on commit 9350b7e

Please sign in to comment.