diff --git a/build/cmake/CMakeLists.txt b/build/cmake/CMakeLists.txt index 5081e0f..d724e10 100644 --- a/build/cmake/CMakeLists.txt +++ b/build/cmake/CMakeLists.txt @@ -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)