Skip to content
Snippets Groups Projects
Commit faabf607 authored by schultz's avatar schultz
Browse files

store GLUT_glut_library in cache

parent aa9019a3
No related branches found
No related tags found
1 merge request!105Fix glut finder scope
......@@ -72,7 +72,7 @@ IF (WIN32)
"${VS_SEARCH_PATH}/freeglut-2.8.1/lib"
)
set(GLUT_glut_LIBRARY optimized ${GLUT_release_LIBRARY} debug ${GLUT_debug_LIBRARY})
set(GLUT_glut_LIBRARY optimized ${GLUT_release_LIBRARY} debug ${GLUT_debug_LIBRARY} CACHE STRING "Path to the glut libraries")
ELSE (WIN32)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment