Remove find_package( GLEW ) from CMakeLists
It was already included by another package and causes problems when compiling on MacOS.
This commit is contained in:
parent
f8fe94529f
commit
e8df1282d2
|
@ -3,7 +3,6 @@ project( FaceCam2D VERSION 0.1.0 )
|
|||
find_package( OpenCV REQUIRED )
|
||||
find_package( VTK REQUIRED )
|
||||
find_package( HDF5 REQUIRED )
|
||||
find_package( GLEW REQUIRED )
|
||||
find_package( OpenGL REQUIRED )
|
||||
find_package( glm REQUIRED )
|
||||
find_package( FreeGLUT REQUIRED )
|
||||
|
|
Loading…
Reference in a new issue