[1.5] fix compilation warnings on windows box
[openjpeg.git] / CMakeLists.txt
index 7e222e2408751455ee42ceb27b871d45259624df..e796bd34e3af9d3c2755819a0fd5b6a2cb3222e8 100644 (file)
@@ -38,13 +38,13 @@ SET(PACKAGE_VERSION
 # Because autotools does not support X.Y notation for SOVERSION, we have to use
 # two numerorations, one for the openjpeg version and one for openjpeg soversion
 # version | soversion
-#   1.0   |   0
-#   1.1   |   1
-#   1.2   |   2
-#   1.3   |   3
-#   1.4   |   4
-#   1.5   |   5
-#   2.0   |   6
+#   1.0   |  0
+#   1.1   |  1
+#   1.2   |  2
+#   1.3   |  3
+#   1.4   |  4
+#   1.5   |  5
+#   2.0   |  6
 # above is the recommendation by the OPJ team. If you really need to override this default,
 # you can specify your own OPENJPEG_SOVERSION at cmake configuration time:
 # cmake -DOPENJPEG_SOVERSION:STRING=42 /path/to/openjpeg