X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=CMakeLists.txt;h=253e46adcb6e524aa7635c8498b4739dd5e0f61f;hb=6778ef6a2510782802761409af70a604013373de;hp=aaa4b22b5a35da0d260f74674c337540b8598351;hpb=af2be2d456b289e09fdd2bd06b438bad6def7902;p=openjpeg.git diff --git a/CMakeLists.txt b/CMakeLists.txt index aaa4b22b..253e46ad 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -233,6 +233,8 @@ IF(BUILD_JPIP) ENDIF(BUILD_JPIP) OPTION(BUILD_VIEWER "Build the OPJViewer executable (C++)" OFF) OPTION(BUILD_JAVA "Build the openjpeg jar (Java)" OFF) +OPTION(USE_SYSTEM_GETOPT "Prefer system installed getopt()" OFF) +MARK_AS_ADVANCED(USE_SYSTEM_GETOPT) MARK_AS_ADVANCED(BUILD_VIEWER) MARK_AS_ADVANCED(BUILD_JAVA)