[CMake] project command not working, when used via macro (from an included file)
aj neu
ajneu1 at gmail.com
Tue Apr 26 13:57:38 EDT 2016
Hi,
when calling `project`
...as seen here
...
https://github.com/ajneu/cmake_project_via_macro/blob/5972c7362e11fdbaa09d9defe8cca2dcea79e606/CMakeLists.txt#L33
everything is ok.
BUT when calling `project` via a macro (that was included)
... as seen here
...
https://github.com/ajneu/cmake_project_via_macro/blob/master/CMakeLists.txt#L33
the behaviour is not as expected.
Why?
(Details are here: https://github.com/ajneu/cmake_project_via_macro)
Is this a bug?
Thanks
ajneu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake/attachments/20160426/2b2fa146/attachment.html>
More information about the CMake
mailing list