We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Poco_INCLUDE_DIRS
Poco_INCLUDE_DIRS should not be a cached entry.
tiflash/cmake/Modules/FindPoco.cmake
Lines 116 to 118 in 2b71569
tiflash/dbms/src/Interpreters/CMakeLists.txt
Lines 45 to 46 in 2b71569
The text was updated successfully, but these errors were encountered:
Poco_INCLUDE_DIRS should not be a cached entry (#4384)
18ba35e
close #4385
Successfully merging a pull request may close this issue.
Bug Report
Poco_INCLUDE_DIRS
should not be a cached entry.tiflash/cmake/Modules/FindPoco.cmake
Lines 116 to 118 in 2b71569
Beyond that, the below code relies on the fact that the length of
Poco_INCLUDE_DIRS
should be equal to or greater than 2.tiflash/dbms/src/Interpreters/CMakeLists.txt
Lines 45 to 46 in 2b71569
The text was updated successfully, but these errors were encountered: