diff --git a/CMakeLists.txt b/CMakeLists.txt index a9a6da9..e248a7f 100644 --- a/CMakeLists.txt +++ b/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) cmake_minimum_required (VERSION 2.4)