Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
billschereriii committed Jul 27, 2023
1 parent 863cfc9 commit e6542df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/parallel/fortran/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ project(SmartRedis-Examples-Parallel-Fortran)

# Enable language support for the examples
enable_language(Fortran)
enable_language(CXX)

# Configure the build
set(CMAKE_CXX_STANDARD 17)
Expand Down
1 change: 1 addition & 0 deletions examples/serial/fortran/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ project(SmartRedis-Examples-Serial-Fortran)

# Enable language support for the examples
enable_language(Fortran)
enable_language(CXX)

# Configure the build
set(CMAKE_CXX_STANDARD 17)
Expand Down

0 comments on commit e6542df

Please sign in to comment.