diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2007-11-08 14:52:45 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2007-11-08 14:52:45 +0000 |
| commit | 014694b04f94ff0844a91244b8242f9d09af656d (patch) | |
| tree | c8850a0b692186b5ebc7fa35a40ad9a907785000 | |
| parent | 6a1588c78e0b66d4594a057a7c90ad0f996eae39 (diff) | |
BUG: Fix name of project
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 52df6a5e..a49567e8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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("^.*$") |
