Skip to content

Commit

Permalink
Merge pull request #4196 from jmckenna/output-name-summary
Browse files Browse the repository at this point in the history
CMake: update output name summary (useful for Windows builds)
  • Loading branch information
rouault committed Jul 11, 2024
2 parents d6311ab + b6ffa83 commit 4bee401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib_proj.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,6 @@ endif()
##############################################
# Core configuration summary
##############################################
print_variable(PROJ_CORE_TARGET_OUTPUT_NAME)
print_variable(PROJ_OUTPUT_NAME)
print_variable(BUILD_SHARED_LIBS)
print_variable(PROJ_LIBRARIES)

0 comments on commit 4bee401

Please sign in to comment.