-
Notifications
You must be signed in to change notification settings - Fork 298
New issue
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
cmake: Policy CMP0115 set to OLD behavior for dlt-daemon with cmake >= 3.20 #510
cmake: Policy CMP0115 set to OLD behavior for dlt-daemon with cmake >= 3.20 #510
Conversation
Logs in Deb:Sid (book worm):
Some information about this Policy:
|
Hello @minminlittleshrimp , cmake .. Please check this issue from your side. |
3ce6ae7
to
2d51ef0
Compare
Hello a.Khanh, |
Hello @minminlittleshrimp , It still got the error as: CMake Error at CMakeLists.txt:18 (if):
Unknown arguments specified -- Configuring incomplete, errors occurred! Please kindly check this issue from your side. |
Starting in CMake 3.20, CMake prefers all source files to have their extensions explicitly listed (.c,.cpp,etc). To keep dlt-daemon silently built, set this Policy to OLD. Signed-off-by: LUU QUANG MINH <[email protected]>
2d51ef0
to
ba6333d
Compare
Hello @lvklevankhanh |
Starting in CMake 3.20, CMake prefers all source files to have their extensions explicitly listed (.c,.cpp,etc). To keep dlt-daemon silently built, set this Policy to OLD.