Removed configure script as it's no longer required as cmake . will now default to Release

git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14490 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
Robert Osfield
2014-11-19 17:45:45 +00:00
parent f3eb245e98
commit aa17d70853
2 changed files with 2 additions and 3 deletions

View File

@@ -49,7 +49,7 @@ simply runs 'cmake . -DCMAKE_BUILD_TYPE=Release' to ensure that you
get the best performance from your final libraries/applications.
cd OpenSceneGraph
./configure
cmake .
make
sudo make install
@@ -62,7 +62,7 @@ directory alongside the OpenSceneGraph use:
mkdir build
cd build
cmake ../OpenSceneGraph -DCMAKE_BUILD_TYPE=Release
cmake ../OpenSceneGraph
make
sudo make install

1
configure vendored
View File

@@ -1 +0,0 @@
cmake . -DCMAKE_BUILD_TYPE=Release $@