We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acf4139 commit cd9e5c6Copy full SHA for cd9e5c6
src/fpm_command_line.f90
@@ -29,7 +29,7 @@ module fpm_command_line
29
use M_CLI2, only : set_args, lget, sget, unnamed, remaining, specified
30
use M_CLI2, only : get_subcommand, CLI_RESPONSE_FILE
31
use fpm_strings, only : lower, split, to_fortran_name, is_fortran_name
32
-use fpm_filesystem, only : basename, canon_path, which, run, join_path
+use fpm_filesystem, only : basename, canon_path, which, run
33
use fpm_environment, only : get_command_arguments_quoted
34
use fpm_error, only : fpm_stop, error_t
35
use fpm_os, only : get_current_directory
0 commit comments