You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmake/README.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,17 +74,18 @@ These options may be passed in the cmake configure step as `-DOPTION_NAME="optio
74
74
|CODA_BUILD_TESTS| ON |build tests if on|
75
75
|CODA_INSTALL_TESTS| ON |install tests if on|
76
76
|CODA_PARTIAL_INSTALL|OFF|make the install target not depend on all defined targets, only the targets which have already been built will be installed; cmake/CodaBuild.cmake for further information and caveats|
77
+
|coda-oss_AUTO_UNITTEST|OFF|Run unittests during the build step when a library is compiled|
77
78
|MT_DEFAULT_PINNING|OFF|use affinity-based CPU pinning by default in MT|
78
79
|ENABLE_JARS|ON|include jars with the install|
79
-
|ENABLE_JPEG|ON|build libjpeg driver and modules depending on it|
80
-
|ENABLE_J2K|ON|build openjpeg (jpeg2000) driver and modules depending on it|
81
-
|ENABLE_PCRE|ON|build PCRE (PERL Compatible Regular Expressions) library and modules dependent on it|
82
-
|ENABLE_UUID|ON|build uuid library and modules dependent on it|
83
-
|ENABLE_ZIP|ON|build zlib and modules dependent on it|
84
80
|ENABLE_NLOHMANN|ON|enable `nlohmann` json and modules dependent on it|
81
+
|ENABLE_JPEG|ON|build libjpeg driver and modules depending on it|
85
82
|JPEG_HOME||path to existing libjpeg installation; if not provided, it will be built from source (implies ENABLE_JPEG=ON)|
83
+
|ENABLE_J2K|ON|build openjpeg (jpeg2000) driver and modules depending on it|
86
84
|J2K_HOME||path to existing openjpeg installation; if not provided, it will be built from source (implies ENABLE_J2K=ON)|
85
+
|ENABLE_PCRE|ON|build PCRE (PERL Compatible Regular Expressions) library and modules dependent on it|
87
86
|PCRE_HOME||path to existing pcre installation; if not provided, it will be built from source (implies ENABLE_PCRE=ON)|
88
-
|XML_HOME||path to existing Xerces installation; if not provided, it will be built from source|
87
+
|ENABLE_UUID|ON|build uuid library and modules dependent on it|
89
88
|UUID_HOME||path to existing uuid library installation; if not provided, it will be built from source (Linux only)|
89
+
|ENABLE_ZIP|ON|build zlib and modules dependent on it|
90
90
|ZIP_HOME||path to existing zlib installation; if not provided, it will be built from source|
91
+
|XML_HOME||path to existing Xerces installation; if not provided, it will be built from source|
0 commit comments