Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenFlipper-Free
OpenFlipper
Commits
f66e814c
Commit
f66e814c
authored
May 16, 2018
by
schultz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed message spam from glut finder
parent
4adf26de
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
cmake/FindGLUT.cmake
cmake/FindGLUT.cmake
+0
-5
No files found.
cmake/FindGLUT.cmake
View file @
f66e814c
...
...
@@ -63,9 +63,6 @@ IF (WIN32)
)
GET_FILENAME_COMPONENT
(
GLUT_LIBRARY_DIR
${
GLUT_release_LIBRARY
}
PATH
)
set
(
temp
${
GLUT_release_LIBRARY
}
)
MESSAGE
(
" setting temp to
${
temp
}
"
)
FIND_LIBRARY
(
GLUT_debug_LIBRARY NAMES glut32d glutd freeglutd
PATHS
${
OPENGL_LIBRARY_DIR
}
...
...
@@ -74,8 +71,6 @@ IF (WIN32)
"
${
VS_SEARCH_PATH
}
/freeglut-3.0.0/lib"
"
${
VS_SEARCH_PATH
}
/freeglut-2.8.1/lib"
)
set
(
temp2
${
GLUT_debug_LIBRARY
}
)
MESSAGE
(
" setting temp2 to
${
temp2
}
"
)
set
(
GLUT_glut_LIBRARY optimized
${
GLUT_release_LIBRARY
}
debug
${
GLUT_debug_LIBRARY
}
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment