Skip to content

Fix a build issue due to previous CMake change#744

Merged
NWilson merged 1 commit intomasterfrom
user/niwilson/cmake-fix
Apr 9, 2025
Merged

Fix a build issue due to previous CMake change#744
NWilson merged 1 commit intomasterfrom
user/niwilson/cmake-fix

Conversation

@NWilson
Copy link
Copy Markdown
Member

@NWilson NWilson commented Apr 9, 2025

The problem is that the Readline/zlib include paths were being included before our own include path (wrong import order). This caused a problem if the zlib include path was /usr/local/include, and that directory happened to unfortunately contain a pcre2.h file for an (older) version of PCRE2.

The problem is that the Readline/zlib include paths were being included
before our own include path (wrong import order). This caused a problem
if the zlib include path was /usr/local/include, and that directory
happened to unfortunately contain a pcre2.h file for an (older) version
of PCRE2.
@NWilson NWilson merged commit 3cd3e92 into master Apr 9, 2025
45 checks passed
@NWilson NWilson deleted the user/niwilson/cmake-fix branch April 9, 2025 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant