Select Git revision
-
Sean Leavey authored
Fixed bug with scale command. Applied a temporary patch to the error printer which breaks when FINESSE reports the message '** Global scale factor applied to ALL outputs' - there's some sort of unicode thing going on
Sean Leavey authoredFixed bug with scale command. Applied a temporary patch to the error printer which breaks when FINESSE reports the message '** Global scale factor applied to ALL outputs' - there's some sort of unicode thing going on
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 )