diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-10-01 07:49:52 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-10-01 07:49:52 +0000 |
| commit | 93761d9ab567f1661d55396e5dd59493f5e8304f (patch) | |
| tree | b131a58b19c8b1e1858db79d4457ea5e1482e28d /CMakeLists.txt | |
| parent | bb16d8816c82f490df355d667795687b034dc976 (diff) | |
[trunk] FolderReorgProposal task: move source code to source dir
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6a0d7779..db3c5eff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -172,7 +172,6 @@ OPJ_TEST_LARGE_FILES(OPJ_HAVE_LARGEFILES) #----------------------------------------------------------------------------- # Build Library -include_directories(BEFORE ${OPENJPEG_BINARY_DIR}) add_subdirectory(src) #----------------------------------------------------------------------------- @@ -204,15 +203,6 @@ include(CheckTypeSize) CHECK_TYPE_SIZE(ssize_t SSIZE_T) #----------------------------------------------------------------------------- -# opj_config.h generation (2/2) -configure_file("${OPENJPEG_SOURCE_DIR}/opj_config.h.cmake.in" - "${OPENJPEG_BINARY_DIR}/opj_config.h" - @ONLY - ) -# -install( FILES ${CMAKE_CURRENT_BINARY_DIR}/opj_config.h - DESTINATION ${OPENJPEG_INSTALL_INCLUDE_DIR} COMPONENT Headers) -#----------------------------------------------------------------------------- # Build DOCUMENTATION (not in ALL target and only if Doxygen is found) option(BUILD_DOC "Build the HTML documentation (with doxygen if available)." OFF) if(BUILD_DOC) |
