Re: [CMake] project command not working, when used via macro (from an included file)

2016-04-27 Thread aj neu
t.html#command:project> > command; loading one through the include() > <https://cmake.org/cmake/help/v3.5/command/include.html#command:include> > command is not sufficient. > > - Chuck > > On Tue, Apr 26, 2016 at 1:57 PM, aj neu <ajn...@gmail.com> wrote: >

[CMake] project command not working, when used via macro (from an included file)

2016-04-26 Thread aj neu
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 ...