Skip to content

Commit

Permalink
add message if no OpenCV was found
Browse files Browse the repository at this point in the history
  • Loading branch information
upsj committed Jun 16, 2021
1 parent c34248e commit 3ecacf1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ endif()
find_package(OpenCV QUIET)
if(OpenCV_FOUND)
list(APPEND EXAMPLES_LIST heat-equation)
else()
message(STATUS "No OpenCV found, disabling heat-equation example")
endif()

if(GINKGO_HAVE_PAPI_SDE)
Expand Down

0 comments on commit 3ecacf1

Please sign in to comment.