Skip to content

Commit

Permalink
fix example does not compile without Qt&OpenCV
Browse files Browse the repository at this point in the history
  • Loading branch information
jkriege2 committed May 21, 2024
1 parent ab6d9d5 commit 838e0af
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions examples/extcmake_tinymat_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ cmake_minimum_required(VERSION 3.0)

set(EXAMPLE_NAME extcmake_tinymat_test)

# if you built with CMake and Qt5 support, you also need to include these packages
find_package(Qt5 COMPONENTS Core REQUIRED)
find_package(OpenCV)

# now find libTinyMAT
find_package(libTinyMAT REQUIRED)

Expand Down

0 comments on commit 838e0af

Please sign in to comment.