From b86c74bef761ec48ff17cf043a26b11b9bf3954b Mon Sep 17 00:00:00 2001 From: Brad Richardson Date: Wed, 8 Jul 2020 11:24:41 -0700 Subject: Fix bug with case in program source file name. --- test/example_packages/hello_complex/fpm.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/example_packages/hello_complex/fpm.toml') diff --git a/test/example_packages/hello_complex/fpm.toml b/test/example_packages/hello_complex/fpm.toml index d185745..30ed293 100644 --- a/test/example_packages/hello_complex/fpm.toml +++ b/test/example_packages/hello_complex/fpm.toml @@ -4,9 +4,9 @@ name = "hello_complex" source-dir="source" [[executable]] -name="say_hello" +name="say_Hello" source-dir="apps/say_hello" -main="say_hello.f90" +main="say_Hello.f90" [[executable]] name="say_goodbye" -- cgit v1.2.3