Skip to content

Commit

Permalink
[fix] Correct CMakeLists references
Browse files Browse the repository at this point in the history
After previous commit arcane CMakeLists references have changed

Signed-off-by: Marie-Pierre Oudot <[email protected]>
  • Loading branch information
mpoudot committed Oct 4, 2022
1 parent 186c1f8 commit a538603
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if (NOT DEFINED Arcane_ROOT)
message(FATAL_ERROR "Arcane_ROOT variable must be set")
endif()

project(ExplicitHeatEquation LANGUAGES CXX)
project(ExplicitHeatEquation LANGUAGES C CXX)

find_package(Arcane REQUIRED)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if (NOT DEFINED Arcane_ROOT)
message(FATAL_ERROR "Arcane_ROOT variable must be set")
endif()

project(Glace2d LANGUAGES CXX)
project(Glace2d LANGUAGES C CXX)

find_package(Arcane REQUIRED)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if (NOT DEFINED Arcane_ROOT)
message(FATAL_ERROR "Arcane_ROOT variable must be set")
endif()

project(HeatEquation LANGUAGES CXX)
project(HeatEquation LANGUAGES C CXX)

find_package(Arcane REQUIRED)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if (NOT DEFINED Arcane_ROOT)
message(FATAL_ERROR "Arcane_ROOT variable must be set")
endif()

project(ImplicitHeatEquation LANGUAGES CXX)
project(ImplicitHeatEquation LANGUAGES C CXX)

find_package(Arcane REQUIRED)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if (NOT DEFINED Arcane_ROOT)
message(FATAL_ERROR "Arcane_ROOT variable must be set")
endif()

project(IterativeHeatEquation LANGUAGES CXX)
project(IterativeHeatEquation LANGUAGES C CXX)

find_package(Arcane REQUIRED)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if (NOT DEFINED Arcane_ROOT)
message(FATAL_ERROR "Arcane_ROOT variable must be set")
endif()

project(ExplicitHeatEquation LANGUAGES CXX)
project(ExplicitHeatEquation LANGUAGES C CXX)

find_package(Arcane REQUIRED)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if (NOT DEFINED Arcane_ROOT)
message(FATAL_ERROR "Arcane_ROOT variable must be set")
endif()

project(Glace2d LANGUAGES CXX)
project(Glace2d LANGUAGES C CXX)

find_package(Arcane REQUIRED)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if (NOT DEFINED Arcane_ROOT)
message(FATAL_ERROR "Arcane_ROOT variable must be set")
endif()

project(HeatEquation LANGUAGES CXX)
project(HeatEquation LANGUAGES C CXX)

find_package(Arcane REQUIRED)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if (NOT DEFINED Arcane_ROOT)
message(FATAL_ERROR "Arcane_ROOT variable must be set")
endif()

project(ImplicitHeatEquation LANGUAGES CXX)
project(ImplicitHeatEquation LANGUAGES C CXX)

find_package(Arcane REQUIRED)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if (NOT DEFINED Arcane_ROOT)
message(FATAL_ERROR "Arcane_ROOT variable must be set")
endif()

project(IterativeHeatEquation LANGUAGES CXX)
project(IterativeHeatEquation LANGUAGES C CXX)

find_package(Arcane REQUIRED)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if (NOT DEFINED Arcane_ROOT)
message(FATAL_ERROR "Arcane_ROOT variable must be set")
endif()

project(ExplicitHeatEquation LANGUAGES CXX)
project(ExplicitHeatEquation LANGUAGES C CXX)

find_package(Arcane REQUIRED)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if (NOT DEFINED Arcane_ROOT)
message(FATAL_ERROR "Arcane_ROOT variable must be set")
endif()

project(Glace2d LANGUAGES CXX)
project(Glace2d LANGUAGES C CXX)

find_package(Arcane REQUIRED)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if (NOT DEFINED Arcane_ROOT)
message(FATAL_ERROR "Arcane_ROOT variable must be set")
endif()

project(HeatEquation LANGUAGES CXX)
project(HeatEquation LANGUAGES C CXX)

find_package(Arcane REQUIRED)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if (NOT DEFINED Arcane_ROOT)
message(FATAL_ERROR "Arcane_ROOT variable must be set")
endif()

project(ImplicitHeatEquation LANGUAGES CXX)
project(ImplicitHeatEquation LANGUAGES C CXX)

find_package(Arcane REQUIRED)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if (NOT DEFINED Arcane_ROOT)
message(FATAL_ERROR "Arcane_ROOT variable must be set")
endif()

project(IterativeHeatEquation LANGUAGES CXX)
project(IterativeHeatEquation LANGUAGES C CXX)

find_package(Arcane REQUIRED)

Expand Down

0 comments on commit a538603

Please sign in to comment.