From ba86bd314174c73ed7078fa23862052e3951d06d Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Wed, 9 Oct 2019 21:54:11 +0200 Subject: [PATCH] CMake: Drop comment about syncing with configure.ac --- expat/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/expat/CMakeLists.txt b/expat/CMakeLists.txt index 6421dc51..53c021c1 100644 --- a/expat/CMakeLists.txt +++ b/expat/CMakeLists.txt @@ -290,9 +290,9 @@ if(EXPAT_WITH_LIBBSD) target_link_libraries(${_EXPAT_TARGET} ${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}") if(NOT WIN32) -- 2.40.0