diff --git a/changelog b/changelog index 524c92e..8f99857 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,7 @@ +Version 9.0.1 +- Use pcre2 from pkg-config if available, if not + build a version from the original code. + Version 9.0.0 - Rename fields of cif::mm::polymer to match the naming in mmcif_pdbx.dic. Also, related, fix building mm::structure diff --git a/pcre2-simple/CMakeLists.txt b/pcre2-simple/CMakeLists.txt index e1c32ce..63ecfd7 100644 --- a/pcre2-simple/CMakeLists.txt +++ b/pcre2-simple/CMakeLists.txt @@ -24,7 +24,7 @@ # A simplified wrapper CMakeLists.txt file for PCRE2 # -# We will only build a static 8bit library, no fancy switches at all +# This will generate an OBJECT library so it can be linked into another library cmake_minimum_required(VERSION 3.25)