Skip to content

Commit

Permalink
Change a filename in src
Browse files Browse the repository at this point in the history
  • Loading branch information
naotohori committed May 1, 2022
1 parent 55fa6cd commit d61429e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CheckGit.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if (NOT DEFINED post_configure_dir)
set(post_configure_dir ${CMAKE_BINARY_DIR}/generated)
endif ()

set(pre_configure_file ${pre_configure_dir}/src/githash.F90.in)
set(pre_configure_file ${pre_configure_dir}/src/githash.in.F90)
set(post_configure_file ${post_configure_dir}/githash.F90)

function(CheckGitWrite git_hash)
Expand Down
File renamed without changes.

0 comments on commit d61429e

Please sign in to comment.