Skip to content

Commit

Permalink
Merge pull request #2600 from Exiv2/kmilos-summary
Browse files Browse the repository at this point in the history
Make CMake summary for samples depend on app
  • Loading branch information
kmilos authored May 3, 2023
2 parents 5708bee + 5f46dca commit c86ae6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/printSummary.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ if (WIN32)
OptionOutput( "Dynamic runtime override: " EXIV2_ENABLE_DYNAMIC_RUNTIME )
endif()
OptionOutput( "Building exiv2 command: " EXIV2_BUILD_EXIV2_COMMAND )
OptionOutput( "Building samples: " EXIV2_BUILD_SAMPLES )
OptionOutput( "Building samples: " EXIV2_BUILD_SAMPLES AND EXIV2_BUILD_EXIV2_COMMAND )
OptionOutput( "Building unit tests: " EXIV2_BUILD_UNIT_TESTS )
OptionOutput( "Building fuzz tests: " EXIV2_BUILD_FUZZ_TESTS )
OptionOutput( "Building doc: " EXIV2_BUILD_DOC )
Expand Down

0 comments on commit c86ae6a

Please sign in to comment.