diff --git a/CMakeLists.txt b/CMakeLists.txt index 4b620ff..745b5bc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,10 @@ cmake_minimum_required( VERSION 2.6 ) project( fische ) +IF( NOT CMAKE_BUILD_TYPE ) + set( CMAKE_BUILD_TYPE "Release" ) +ENDIF( NOT CMAKE_BUILD_TYPE ) + find_package( PkgConfig ) pkg_check_modules( GLUT glut )