From 6a41ccf537504e9a70059913129734f7ced06e11 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 12 Aug 2015 06:39:57 +0000 Subject: [PATCH] Added GL1 to the docs of the GL_PROFILE string Updated the date of the 3.4.0 release in the README. git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@15100 16af8721-9629-0410-8352-f15c8da7e697 --- CMakeLists.txt | 2 +- README.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d9647fff8..4e58bd57d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -402,7 +402,7 @@ OPTION(OSG_USE_REF_PTR_IMPLICIT_OUTPUT_CONVERSION "Set to ON to use the ref_ptr< # Map the OPENGL_PROFILE to OSG_GL*_AVAILABLE settings -SET(OPENGL_PROFILE "GL2" CACHE STRING "OpenGL Profile to use, choose from GL2, GL3, GLES1, GLES2, GLES3") +SET(OPENGL_PROFILE "GL2" CACHE STRING "OpenGL Profile to use, choose from GL1, GL2, GL3, GLES1, GLES2, GLES3") IF ((OPENGL_PROFILE STREQUAL "GL1") OR (OPENGL_PROFILE STREQUAL "GL2")) OPTION(OSG_GL1_AVAILABLE "Set to OFF to disable use of OpenGL 1.x functions library." ON ) diff --git a/README.txt b/README.txt index 68acfcea0..341cf9625 100644 --- a/README.txt +++ b/README.txt @@ -23,7 +23,7 @@ more indepth instructions. Robert Osfield. Project Lead. -3rd July 2015. +12th August 2015. --