mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-09-26 00:03:14 +08:00
properly report OpenGL as a disabled backend
This commit is contained in:
parent
03d86ea736
commit
fe8a710a21
@ -103,7 +103,9 @@ if(NOT EIGEN_TEST_NO_OPENGL)
|
||||
else()
|
||||
ei_add_property(EIGEN_MISSING_BACKENDS "OpenGL, ")
|
||||
endif()
|
||||
endif(NOT EIGEN_TEST_NO_OPENGL)
|
||||
else()
|
||||
ei_add_property(EIGEN_MISSING_BACKENDS "OpenGL, ")
|
||||
endif()
|
||||
|
||||
find_package(GSL)
|
||||
if(GSL_FOUND AND GSL_VERSION_MINOR LESS 9)
|
||||
|
Loading…
x
Reference in New Issue
Block a user