<div>Hi all,</div>
<div> </div>
<div>my project contain c cpp and java files. I have used this line in my main CMakelists file</div>
<div>add_definitions(-Wno-deprecated)</div>
<div> </div>
<div>But when it comes to java folder where java files are there it creates problem said unreconized option with javac.</div>
<div> </div>
<div>Can i do something for it. Acc. to me if stmt will work but what should be given inside if as a stmt to check for a language so that it works i dont know...</div>
<div> </div>
<div>Ankit</div>