mirror of
https://github.com/Perlmint/glew-cmake.git
synced 2024-11-11 01:23:48 +00:00
Fix for issue #169 (glew cmake project requires a c++ compiler)
This commit is contained in:
parent
2af38d87be
commit
f5f69b25eb
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user