mirror of https://github.com/aap/librw.git
Fix double "TARGET" typo
This commit is contained in:
parent
b2ceadc9f2
commit
cec0cf78a4
|
@ -10,7 +10,7 @@ if(LIBRW_PLATFORM_GL3)
|
|||
|
||||
set(OpenGL_GL_PREFERENCE GLVND)
|
||||
find_package(OpenGL)
|
||||
if(NOT TARGET TARGET OpenGL::OpenGL AND NOT TARGET OpenGL::EGL AND NOT TARGET OpenGL::GL)
|
||||
if(NOT TARGET OpenGL::OpenGL AND NOT TARGET OpenGL::EGL AND NOT TARGET OpenGL::GL)
|
||||
message(FATAL_ERROR )
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in New Issue