Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
third-party
glew
Commits
180db268
Commit
180db268
authored
May 21, 2016
by
Nigel Stewart
Browse files
cmake fixup for non-Windows
parent
3ef1c134
Changes
1
Show whitespace changes
Inline
Side-by-side
build/cmake/CMakeLists.txt
View file @
180db268
...
...
@@ -191,7 +191,7 @@ install(FILES ${GLEW_DIR}/glew.pc
DESTINATION
${
CMAKE_INSTALL_LIBDIR
}
/pkgconfig
)
if
((
NOT MSVC_VERSION LESS 1600
)
AND
(
NOT CMAKE_VERSION VERSION_LESS
"3.1"
))
if
(
WIN32
AND
(
NOT MSVC_VERSION LESS 1600
)
AND
(
NOT CMAKE_VERSION VERSION_LESS
"3.1"
))
install
(
FILES $<TARGET_PDB_FILE:glew>
DESTINATION
${
CMAKE_INSTALL_LIBDIR
}
...
...
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