Skip to content

Commit

Permalink
Merge branch 'gtk3' of https://github.com/Exocoder/opencv into gtk3
Browse files Browse the repository at this point in the history
resyncing gtk3 with remote.
  • Loading branch information
Exocoder committed Jun 3, 2014
2 parents fd5e180 + 512cb4f commit bd12d64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -923,11 +923,11 @@ endif(DEFINED WITH_INTELPERC)
status("")
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(" at:" "${IPP_ROOT_DIR}")
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()

if(DEFINED WITH_IPP_A)
Expand Down

0 comments on commit bd12d64

Please sign in to comment.