diff options
| author | Stefan Weil <sw@weilnetz.de> | 2024-02-29 20:51:33 +0100 |
|---|---|---|
| committer | Stefan Weil <sw@weilnetz.de> | 2024-02-29 20:51:33 +0100 |
| commit | 51565c908f0a8fa7749353e900fdfec50f06a220 (patch) | |
| tree | 9c7ddefced598de25a3504933536b75c61c56e3a /src | |
| parent | 1b72e85dc9a2b55c9142a74fb5b93338d59f92f0 (diff) | |
Fix line endings (CRLF -> LF)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'src')
| -rw-r--r-- | src/bin/common/opj_apps_config.h.cmake.in | 28 |
1 files changed, 13 insertions, 15 deletions
diff --git a/src/bin/common/opj_apps_config.h.cmake.in b/src/bin/common/opj_apps_config.h.cmake.in index 5e606907..a880205f 100644 --- a/src/bin/common/opj_apps_config.h.cmake.in +++ b/src/bin/common/opj_apps_config.h.cmake.in @@ -1,15 +1,13 @@ -#include "opj_config_private.h"
-
-/* create opj_apps_config.h for CMake */
-
-#cmakedefine OPJ_HAVE_LIBPNG @HAVE_LIBPNG@
-#cmakedefine OPJ_HAVE_PNG_H @HAVE_PNG_H@
-#cmakedefine OPJ_HAVE_LIBTIFF @HAVE_LIBTIFF@
-#cmakedefine OPJ_HAVE_TIFF_H @HAVE_TIFF_H@
-
-#cmakedefine OPJ_HAVE_LIBLCMS1
-#cmakedefine OPJ_HAVE_LIBLCMS2
-#cmakedefine OPJ_HAVE_LCMS1_H
-#cmakedefine OPJ_HAVE_LCMS2_H
-
-
+#include "opj_config_private.h" + +/* create opj_apps_config.h for CMake */ + +#cmakedefine OPJ_HAVE_LIBPNG @HAVE_LIBPNG@ +#cmakedefine OPJ_HAVE_PNG_H @HAVE_PNG_H@ +#cmakedefine OPJ_HAVE_LIBTIFF @HAVE_LIBTIFF@ +#cmakedefine OPJ_HAVE_TIFF_H @HAVE_TIFF_H@ + +#cmakedefine OPJ_HAVE_LIBLCMS1 +#cmakedefine OPJ_HAVE_LIBLCMS2 +#cmakedefine OPJ_HAVE_LCMS1_H +#cmakedefine OPJ_HAVE_LCMS2_H |
