From 073bb6628f95d32ea11f7ee328ed5f0c935cd11c Mon Sep 17 00:00:00 2001 From: ph10 Date: Mon, 23 Jan 2017 16:35:09 +0000 Subject: Fix typo in CMakeLists.txt that affects only MSVC. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1677 2f5784b3-3f2a-0410-8824-cb99058d5e15 --- CMakeLists.txt | 2 +- ChangeLog | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 42451ad..858a34b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -191,7 +191,7 @@ IF (MINGW) ENDIF(MINGW) IF(MSVC) - OPTION(PCRE_STATIC_RUNTIME OFF CACHE BOOL + OPTION(PCRE_STATIC_RUNTIME "ON=Compile against the static runtime (/MT)." OFF) OPTION(INSTALL_MSVC_PDB diff --git a/ChangeLog b/ChangeLog index 01511b1..ab4e053 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,13 @@ ChangeLog for PCRE Note that the PCRE 8.xx series (PCRE1) is now in a bugfix-only state. All development is happening in the PCRE2 10.xx series. +Version 8.41 +------------ + +1. Fixed typo in CMakeLists.txt (wrong number of arguments for +PCRE_STATIC_RUNTIME (affects MSVC only). + + Version 8.40 11-January-2017 ---------------------------- -- cgit v1.2.1