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
d7747940
Commit
d7747940
authored
Apr 23, 2017
by
Nigel Stewart
Browse files
For cmake build, opt into Mac OS X rpath mode, bump version to 2.8.12
parent
db019a23
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/cmake/CMakeLists.txt
View file @
d7747940
...
...
@@ -4,12 +4,13 @@ endif ()
project
(
glew
)
cmake_minimum_required
(
VERSION 2.8.
7
)
cmake_minimum_required
(
VERSION 2.8.
12
)
include
(
GNUInstallDirs
)
if
(
COMMAND cmake_policy
)
cmake_policy
(
SET CMP0003 NEW
)
cmake_policy
(
SET CMP0042 NEW
)
endif
()
set
(
CMAKE_DEBUG_POSTFIX d
)
...
...
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