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
The value of KDIS_SOURCE_DIR is not set and can cause UB. Moreover it can cause strange inclue errors while using"auto-tools" like CPM.
KDIS_SOURCE_DIR
From:
kdis/KDIS/CMakeLists.txt
Line 36 in 3cdfc0f
SET(BASE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/KDIS)
The text was updated successfully, but these errors were encountered:
It's been a long time since I touched this, ill have to look through it and see what its purpose was. Im happy to take a PR to change it.
Sorry, something went wrong.
I'll create a PR 🥳
Successfully merging a pull request may close this issue.
The value of
KDIS_SOURCE_DIR
is not set and can cause UB. Moreover it can cause strange inclue errors while using"auto-tools" like CPM.From:
kdis/KDIS/CMakeLists.txt
Line 36 in 3cdfc0f
To:
The text was updated successfully, but these errors were encountered: