Skip to content

Commit

Permalink
link opengl lib only
Browse files Browse the repository at this point in the history
  • Loading branch information
ouned committed Jul 15, 2016
1 parent d9ce680 commit 6de4f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Expand Up @@ -313,7 +313,7 @@ if (BuildMVMP)
message(FATAL_ERROR "OpenGL dev files not found!")
endif()
set(MVMPIncludeDirs ${MVMPIncludeDirs} ${OPENGL_INCLUDE_DIR})
set(MVMPLibraries ${MVMPLibraries} ${OPENGL_LIBRARIES})
set(MVMPLibraries ${MVMPLibraries} ${OPENGL_gl_LIBRARY})

# Libraries
if(WIN32)
Expand Down

0 comments on commit 6de4f5c

Please sign in to comment.