summaryrefslogtreecommitdiff
path: root/modules/extra/m_regex_pcre2.cpp
diff options
context:
space:
mode:
authorAdam <Adam@sigterm.info>2023-06-02 18:20:19 -0400
committerAdam <Adam@sigterm.info>2023-06-02 19:08:55 -0400
commit07babdbd77f1978f8386791272b309949e56a09b (patch)
tree04145b62c3cf5ded5a0d5fab4afc2e96b44fbfcb /modules/extra/m_regex_pcre2.cpp
parentfe3926f572dc25557be0119b6c35da752365bf48 (diff)
use Conan for extra's dependencies on Windows
conan install src\win32\conanfile.txt --build=missing cmake -B build . cmake --build build --config Release --target PACKAGE
Diffstat (limited to 'modules/extra/m_regex_pcre2.cpp')
-rw-r--r--modules/extra/m_regex_pcre2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/extra/m_regex_pcre2.cpp b/modules/extra/m_regex_pcre2.cpp
index b9db11c2c..5655c3324 100644
--- a/modules/extra/m_regex_pcre2.cpp
+++ b/modules/extra/m_regex_pcre2.cpp
@@ -7,7 +7,7 @@
*/
/* RequiredLibraries: pcre2-8 */
-/* RequiredWindowsLibraries: libpcre2-8 */
+/* RequiredWindowsLibraries: pcre2-8 */
#include "module.h"