mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
properly report OpenGL as a disabled backend
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user