Skip to content
GitLab
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
ac4a740b
Commit
ac4a740b
authored
Jan 08, 2017
by
Nigel Stewart
Committed by
GitHub
Jan 08, 2017
Browse files
Merge pull request #126 from aroig/gh/cmake-on-msys2
cmake: only install PDB files with msvc
parents
5766d270
cedd84f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/cmake/CMakeLists.txt
View file @
ac4a740b
...
...
@@ -194,7 +194,7 @@ install(FILES ${GLEW_DIR}/glew.pc
DESTINATION
${
CMAKE_INSTALL_LIBDIR
}
/pkgconfig
)
if
(
WIN32
AND
(
NOT MSVC_VERSION LESS 1600
)
AND
(
NOT CMAKE_VERSION VERSION_LESS
"3.1"
))
if
(
WIN32 AND
MSVC
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
.
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