Skip to content

Commit 0bdd05a

Browse files
author
Lars Berscheid
committed
dont set versions
1 parent 9a28147 commit 0bdd05a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ project(griffig VERSION 0.0.5 LANGUAGES CXX)
55
include(FetchContent)
66

77

8-
find_package(Eigen3 3.3 REQUIRED)
8+
find_package(Eigen3 REQUIRED)
99
find_package(GLEW REQUIRED)
10-
find_package(OpenCV 4 REQUIRED COMPONENTS core imgproc)
10+
find_package(OpenCV REQUIRED COMPONENTS core imgproc)
1111
find_package(OpenGL REQUIRED COMPONENTS EGL)
1212
find_package(Python3 REQUIRED COMPONENTS NumPy)
13-
find_package(pybind11 2.6 REQUIRED)
13+
find_package(pybind11 REQUIRED)
1414

1515

1616
add_subdirectory(affx)

0 commit comments

Comments
 (0)