Skip to content

Commit

Permalink
BUG: Fix name of project
Browse files Browse the repository at this point in the history
  • Loading branch information
malaterre committed Nov 8, 2007
1 parent 6a1588c commit 014694b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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("^.*$")
Expand Down

0 comments on commit 014694b

Please sign in to comment.