diff options
author | Sebastian Pipping <sebastian@pipping.org> | 2019-10-09 21:54:11 +0200 |
---|---|---|
committer | Sebastian Pipping <sebastian@pipping.org> | 2020-09-25 18:44:12 +0200 |
commit | 2a5c22c4c7ef59b38c12a087674fc89074147275 (patch) | |
tree | bb4ebdb8e96bd1e657054e117a2d0b08333487b3 | |
parent | f1589acbaeda138f745f1703b7a3c497a85951ff (diff) | |
download | libexpat-git-drop-gnu-autotools.tar.gz |
CMake: Drop comment about syncing with configure.acdrop-gnu-autotools
-rw-r--r-- | expat/CMakeLists.txt | 6 |
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}") |