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 be956ea commit 29bd177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HDF5Examples/C/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)
PROJECT (HDF5Examples_C C)

#-----------------------------------------------------------------------------
# Build the C Examples
Expand Down

0 comments on commit 29bd177

Please sign in to comment.