Skip to content

Commit

Permalink
Address @byrnHDF review.
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Feb 13, 2024
1 parent 9350b7e commit 653a67f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 C)
project (HDF5Examples_C C)

#-----------------------------------------------------------------------------
# Build the C Examples
Expand Down
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 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 C)
project (HDF5Examples_C_PERFORM C)

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

0 comments on commit 653a67f

Please sign in to comment.