Skip to content

Commit

Permalink
Remove overuse of language for project command
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF committed Dec 8, 2023
1 parent 8d6f3f1 commit cadf8f5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required (VERSION 3.12)
project (H5EXAMPLES C CXX)
project (H5EXAMPLES C)

#-----------------------------------------------------------------------------
# Define some CMake variables for use later in the project
Expand Down
2 changes: 1 addition & 1 deletion FORTRAN/H5D/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required (VERSION 3.12)
project (HDF5Examples_FORTRAN_H5D C CXX Fortran)
project (HDF5Examples_FORTRAN_H5D Fortran)

# --------------------------------------------------------------------
# Notes: When creating examples they should be prefixed
Expand Down
2 changes: 1 addition & 1 deletion FORTRAN/H5G/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required (VERSION 3.12)
project (HDF5Examples_FORTRAN_H5G C CXX Fortran)
project (HDF5Examples_FORTRAN_H5G Fortran)

# --------------------------------------------------------------------
# Notes: When creating examples they should be prefixed
Expand Down
2 changes: 1 addition & 1 deletion FORTRAN/H5PAR/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required (VERSION 3.12)
project (HDF5Examples_FORTRAN_H5PAR C CXX Fortran)
project (HDF5Examples_FORTRAN_H5PAR Fortran)

# --------------------------------------------------------------------
# Notes: When creating examples they should be prefixed
Expand Down
2 changes: 1 addition & 1 deletion FORTRAN/H5T/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required (VERSION 3.12)
project (HDF5Examples_FORTRAN_H5T C CXX Fortran)
project (HDF5Examples_FORTRAN_H5T Fortran)

#-----------------------------------------------------------------------------
# Setup include Directories
Expand Down

0 comments on commit cadf8f5

Please sign in to comment.