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
Maik Froechtenicht
glew
Commits
f5f69b25
Commit
f5f69b25
authored
Dec 29, 2017
by
Olli Kallioinen
Committed by
Nigel Stewart
Dec 30, 2017
Browse files
Fix for issue #169 (glew cmake project requires a c++ compiler)
parent
2af38d87
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/cmake/CMakeLists.txt
View file @
f5f69b25
...
...
@@ -2,7 +2,7 @@ if ( NOT DEFINED CMAKE_BUILD_TYPE )
set
(
CMAKE_BUILD_TYPE Release CACHE STRING
"Build type"
)
endif
()
project
(
glew
)
project
(
glew
C
)
cmake_minimum_required
(
VERSION 2.8.12
)
...
...
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