We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a28147 commit 0bdd05aCopy full SHA for 0bdd05a
CMakeLists.txt
@@ -5,12 +5,12 @@ project(griffig VERSION 0.0.5 LANGUAGES CXX)
5
include(FetchContent)
6
7
8
-find_package(Eigen3 3.3 REQUIRED)
+find_package(Eigen3 REQUIRED)
9
find_package(GLEW REQUIRED)
10
-find_package(OpenCV 4 REQUIRED COMPONENTS core imgproc)
+find_package(OpenCV REQUIRED COMPONENTS core imgproc)
11
find_package(OpenGL REQUIRED COMPONENTS EGL)
12
find_package(Python3 REQUIRED COMPONENTS NumPy)
13
-find_package(pybind11 2.6 REQUIRED)
+find_package(pybind11 REQUIRED)
14
15
16
add_subdirectory(affx)
0 commit comments