Skip to content

Commit

Permalink
Disabled orthoproject because it wasn't compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
khusmann committed Aug 2, 2008
1 parent 87b9685 commit 173adbc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config.options.irg
Expand Up @@ -7,8 +7,8 @@ IRG_ARCH=`echo $IRG_ARCH_RAW | awk '{ print tolower( $0 ) }'`
IRGPKG_DIR=/irg/packages/$IRG_ARCH

### Configure Options (Alternative to using command line syntax: --enable-FEATURE=[val] )
ENABLE_DEBUG=no
ENABLE_OPTIMIZE=yes
ENABLE_DEBUG=yes
ENABLE_OPTIMIZE=no
ENABLE_LIBTOOL=yes
ENABLE_CUSTOM_ARCH_NAME=$IRG_ARCH

Expand All @@ -24,6 +24,7 @@ ENABLE_APP_POINT2DEM=yes
ENABLE_APP_POINT2MESH=yes
ENABLE_APP_DISPARITYDEBUG=yes
ENABLE_APP_ORBITVIZ=no
ENABLE_APP_ORTHOPROJECT=no

### Package Base Paths - Set these to the directories that contain
### lib/include directories for packages in non-standard locations.
Expand Down

0 comments on commit 173adbc

Please sign in to comment.