Added a basic configure script to allow the setting of Release build by default.

This commit is contained in:
Robert Osfield 2007-05-26 15:55:26 +00:00
parent 005268e982
commit b777956d2b
2 changed files with 2 additions and 1 deletions

View File

@ -39,7 +39,7 @@ Under unices (i.e. Linux, IRIX, Solaris, Free-BSD, HP-Ux, AIX, OSX) use the
cmake or ccmake commandline utils:
cd OpenSceneGraph
ccmake .
./configure
make
sudo make install

1
configure vendored Executable file
View File

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