BUG: Fix name of project

This commit is contained in:
Mathieu Malaterre 2007-11-08 14:52:45 +00:00
parent 6a1588c78e
commit 014694b04f
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ ENDIF(NOT OPENJPEG_NAMESPACE)
# In all cases:
STRING(TOLOWER ${OPENJPEG_NAMESPACE} OPENJPEG_LIBRARY_NAME)
PROJECT(${JPEG_NAMESPACE} C)
PROJECT(${OPENJPEG_NAMESPACE} C)
# Do full dependency headers.
INCLUDE_REGULAR_EXPRESSION("^.*$")