Select Git revision
CMakeLists.txt.oglft.patch
-
Oliver Bock authored
* Patching OGLFT to use fixed path/libfile for freetype2 instead of FindFreetype.cmake module * Added failure() for crude error handling (invocations pending) * Implemented cleansing in check_last_build() * Added global config section * Using $LOGFILE
Oliver Bock authored* Patching OGLFT to use fixed path/libfile for freetype2 instead of FindFreetype.cmake module * Added failure() for crude error handling (invocations pending) * Implemented cleansing in check_last_build() * Added global config section * Using $LOGFILE
CMakeLists.txt.oglft.patch 269 B
--- CMakeLists.txt
+++ CMakeLists.txt.new 2008-05-21 14:11:05.000000000 +0200
@@ -4,7 +4,6 @@
set( CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/config )
find_package( OpenGL REQUIRED )
-find_package( Freetype REQUIRED )
if( ENABLE_QT )
find_package( Qt REQUIRED )