Skip to content

Commit

Permalink
fix case sensitive issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rrsettgast committed Aug 16, 2024
1 parent fcd7008 commit da4b580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreComponents/constitutiveDrivers/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ set( dependencyList ${parallelDeps} constitutive events )
if( ENABLE_PVTPackage )
set( constitutiveDrivers_sources
${constitutiveDrivers_sources}
fluid/multifluid/compositional/PVTDriverRunTestCompositionalMultiphaseFluid.cpp
fluid/multiFluid/compositional/PVTDriverRunTestCompositionalMultiphaseFluid.cpp
)
endif()

Expand Down

0 comments on commit da4b580

Please sign in to comment.