mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-11-08 13:30:04 +00:00
Merge pull request #1312 from davidgyu/dev_opengl_import_fix2
Further simplification of OpenGL import targets
This commit is contained in:
commit
7b77264416
@ -504,7 +504,6 @@ elseif(OPENGL_FOUND)
|
|||||||
set(OPENGL_LOADER_INCLUDE_DIRS
|
set(OPENGL_LOADER_INCLUDE_DIRS
|
||||||
${PROJECT_SOURCE_DIR}/glLoader)
|
${PROJECT_SOURCE_DIR}/glLoader)
|
||||||
set(OPENGL_LOADER_LIBRARIES
|
set(OPENGL_LOADER_LIBRARIES
|
||||||
OpenGL::GL
|
|
||||||
${CMAKE_DL_LIBS})
|
${CMAKE_DL_LIBS})
|
||||||
|
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
Reference in New Issue
Block a user