Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
OpenFlipper
Commits
f66e814c
Commit
f66e814c
authored
May 16, 2018
by
schultz
Browse files
removed message spam from glut finder
parent
4adf26de
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmake/FindGLUT.cmake
View file @
f66e814c
...
@@ -63,9 +63,6 @@ IF (WIN32)
...
@@ -63,9 +63,6 @@ IF (WIN32)
)
)
GET_FILENAME_COMPONENT
(
GLUT_LIBRARY_DIR
${
GLUT_release_LIBRARY
}
PATH
)
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
FIND_LIBRARY
(
GLUT_debug_LIBRARY NAMES glut32d glutd freeglutd
PATHS
PATHS
${
OPENGL_LIBRARY_DIR
}
${
OPENGL_LIBRARY_DIR
}
...
@@ -74,8 +71,6 @@ IF (WIN32)
...
@@ -74,8 +71,6 @@ IF (WIN32)
"
${
VS_SEARCH_PATH
}
/freeglut-3.0.0/lib"
"
${
VS_SEARCH_PATH
}
/freeglut-3.0.0/lib"
"
${
VS_SEARCH_PATH
}
/freeglut-2.8.1/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
}
)
set
(
GLUT_glut_LIBRARY optimized
${
GLUT_release_LIBRARY
}
debug
${
GLUT_debug_LIBRARY
}
)
...
...
Write
Preview
Supports
Markdown
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