Merge branch 'gtk3' of https://github.com/Exocoder/opencv into gtk3
resyncing gtk3 with remote.
This commit is contained in:
commit
bd12d64641
@ -923,11 +923,11 @@ endif(DEFINED WITH_INTELPERC)
|
|||||||
status("")
|
status("")
|
||||||
status(" Other third-party libraries:")
|
status(" Other third-party libraries:")
|
||||||
|
|
||||||
if(WITH_IPP AND HAVE_IPP)
|
if((WITH_IPP OR WITH_ICV) AND HAVE_IPP)
|
||||||
status(" Use IPP:" "${IPP_VERSION_STR} [${IPP_VERSION_MAJOR}.${IPP_VERSION_MINOR}.${IPP_VERSION_BUILD}]")
|
status(" Use IPP:" "${IPP_VERSION_STR} [${IPP_VERSION_MAJOR}.${IPP_VERSION_MINOR}.${IPP_VERSION_BUILD}]")
|
||||||
status(" at:" "${IPP_ROOT_DIR}")
|
status(" at:" "${IPP_ROOT_DIR}")
|
||||||
else()
|
else()
|
||||||
status(" Use IPP:" WITH_IPP AND NOT HAVE_IPP THEN "IPP not found" ELSE NO)
|
status(" Use IPP:" (WITH_IPP OR WITH_ICV) AND NOT HAVE_IPP THEN "IPP not found" ELSE NO)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(DEFINED WITH_IPP_A)
|
if(DEFINED WITH_IPP_A)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user