Remove useless cmake information message
This commit is contained in:
parent
5324ac8c0e
commit
2afba9b127
@ -96,7 +96,6 @@ list(APPEND APPLICATIONS remotetest)
|
||||
# ******************************************************************************
|
||||
# set compiler -DEXV_HAVE_DLL when linking exiv2 dll
|
||||
foreach(application ${APPLICATIONS})
|
||||
message(STATUS "sample: ${application}")
|
||||
target_link_libraries(${application} PRIVATE exiv2lib)
|
||||
if ( BUILD_SHARED_LIBS )
|
||||
target_compile_definitions(${application} PRIVATE EXV_HAVE_DLL )
|
||||
|
||||
Loading…
Reference in New Issue
Block a user