[pcre-dev] [Bug 1681] CMake compiles PCRE dynamically even w…

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 1681] CMake compiles PCRE dynamically even when set to static
https://bugs.exim.org/show_bug.cgi?id=1681

--- Comment #2 from Philip Hazel <ph10@???> ---
My problem here is that I barely understand CMake, and I don't know anything at
all about MSVC. However, it seems to me that it would be better to insert any
magic code in the main CMakeLists.txt file immediately where PCRE_STATIC is
defined rather than creating a special separate file. Or possibly add the code
near the section that uses IF(MSVC AND NOT PCRE_STATIC) as it is IF(MSVC AND
PCRE_STATIC).

Like Zoltan, I am also worried about licence issues.

--
You are receiving this mail because:
You are on the CC list for the bug.