Skip to content
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

No Files Analyzed when using "infer -- make" on cmake generated Makefiles #50

Closed
doggkruse opened this issue Jun 13, 2015 · 1 comment
Closed

Comments

@doggkruse
Copy link

Encountered this on multiple cmake based projects:
cmake ./
infer -- make
[ 50%] Building C object CMakeFiles/testCmakeProj.dir/testCmakeProjStandalone.c.o
[100%] Building C object CMakeFiles/testCmakeProj.dir/testCmakeProjParse.c.o
Linking C executable testCmakeProj
[100%] Built target testCmakeProj
Starting analysis (Infer version v0.1.0)
Analysis done

0 file analyzed

No issues found

@doggkruse doggkruse changed the title No Files Analyzed when using "infer -- make on" cmake generated Makefiles No Files Analyzed when using "infer -- make" on cmake generated Makefiles Jun 13, 2015
@jvillard
Copy link
Contributor

Hi @doggkruse,

cmake generated Makefiles are not directly compatible with Infer.

Please see #25 for a workaround.

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

No branches or pull requests

2 participants