summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2019-10-09 21:54:11 +0200
committerSebastian Pipping <sebastian@pipping.org>2020-09-25 18:44:12 +0200
commit2a5c22c4c7ef59b38c12a087674fc89074147275 (patch)
treebb4ebdb8e96bd1e657054e117a2d0b08333487b3
parentf1589acbaeda138f745f1703b7a3c497a85951ff (diff)
downloadlibexpat-git-drop-gnu-autotools.tar.gz
CMake: Drop comment about syncing with configure.acdrop-gnu-autotools
-rw-r--r--expat/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/expat/CMakeLists.txt b/expat/CMakeLists.txt
index b2ae0451..bb28b33e 100644
--- a/expat/CMakeLists.txt
+++ b/expat/CMakeLists.txt
@@ -299,9 +299,9 @@ if(EXPAT_WITH_LIBBSD)
target_link_libraries(expat ${LIB_BSD})
endif()
-set(LIBCURRENT 7) # sync
-set(LIBREVISION 11) # with
-set(LIBAGE 6) # configure.ac!
+set(LIBCURRENT 7)
+set(LIBREVISION 11)
+set(LIBAGE 6)
math(EXPR LIBCURRENT_MINUS_AGE "${LIBCURRENT} - ${LIBAGE}")
set_property(TARGET expat PROPERTY OUTPUT_NAME "${_EXPAT_OUTPUT_NAME}")