Merge pull request #2600 from Exiv2/kmilos-summary
Make CMake summary for samples depend on app
This commit is contained in:
commit
c86ae6acf5
@ -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 )
|
||||
|
||||
Loading…
Reference in New Issue
Block a user