From beaf9a86f83c2de0ebc593f5d8bb924cbdb42ed0 Mon Sep 17 00:00:00 2001 From: Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com> Date: Mon, 20 Sep 2021 23:10:15 +0200 Subject: Enable multiple build output directories --- src/fpm_compiler.f90 | 1 - 1 file changed, 1 deletion(-) (limited to 'src/fpm_compiler.f90') diff --git a/src/fpm_compiler.f90 b/src/fpm_compiler.f90 index 34ac941..4b9fb85 100644 --- a/src/fpm_compiler.f90 +++ b/src/fpm_compiler.f90 @@ -417,7 +417,6 @@ function get_module_flag(self, path) result(flags) flags = "-qmoddir "//path end select - flags = flags//" "//self%get_include_flag(path) end function get_module_flag -- cgit v1.2.3