Skip to content

Commit

Permalink
Indent per review
Browse files Browse the repository at this point in the history
  • Loading branch information
jwrober committed Feb 4, 2025
1 parent 1392ec3 commit 3c05bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FreecivInstall.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ if(MSYS OR MINGW)
# Uses the repurposed variable from above to tell the function where
# the dll files are located. Ignores dll's that come with Windows.
file(GLOB exes "${CMAKE_INSTALL_PREFIX}/freeciv21-*.exe")
file(GET_RUNTIME_DEPENDENCIES
file(GET_RUNTIME_DEPENDENCIES
RESOLVED_DEPENDENCIES_VAR r_deps
UNRESOLVED_DEPENDENCIES_VAR u_deps
DIRECTORIES ${MINGW_PATH}
Expand Down

0 comments on commit 3c05bd9

Please sign in to comment.