From: Mathieu Malaterre Date: Wed, 21 Dec 2011 14:43:16 +0000 (+0000) Subject: Remove old module which does not support universal binary X-Git-Tag: version.1.5~75 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=64f08e216b0e292bcdac7685be2f7d9fb68e19d7;p=openjpeg Remove old module which does not support universal binary --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 49528268..ded10749 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -108,9 +108,6 @@ IF(NOT OPENJPEG_INSTALL_PACKAGE_DIR) ENDIF(NOT OPENJPEG_INSTALL_PACKAGE_DIR) #----------------------------------------------------------------------------- -# Test for some required system information. -INCLUDE (${CMAKE_ROOT}/Modules/CMakeBackwardCompatibilityC.cmake) - # Big endian test: INCLUDE (${CMAKE_ROOT}/Modules/TestBigEndian.cmake) TEST_BIG_ENDIAN(OPJ_BIG_ENDIAN)