Skip to content

Commit

Permalink
20240325
Browse files Browse the repository at this point in the history
  • Loading branch information
urbanjost committed Mar 26, 2024
1 parent 1828b95 commit b12934e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fpm.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ homepage = "https://github.com/urbanjost/M_overload.git"
auto-executables = true
auto-tests = true
auto-examples = true
#module-naming = true
module-naming = true

[[example]]
name = "demo_M_overload"
Expand All @@ -29,5 +29,5 @@ name="test_suite_M_overload"
source-dir="test"
main="test_suite_M_overload.f90"
[test.dependencies]
M_framework = { git = "https://github.com/urbanjost/M_framework.git" }
M_framework = {namespace = "GPF"}
#M_strings = { git = "https://github.com/urbanjost/M_strings.git" }

0 comments on commit b12934e

Please sign in to comment.