Fix for issue #169 (glew cmake project requires a c++ compiler)

This commit is contained in:
Olli Kallioinen 2017-12-29 16:54:53 +02:00 committed by Nigel Stewart
parent 2af38d87be
commit f5f69b25eb
1 changed files with 1 additions and 1 deletions

View File

@ -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)