Hi Nakul! As I'm sure you've noticed, mlpack's cmake configuration is pretty complicated! In addition, cmake itself is also a little confusing, modern or otherwise. As a result, it's pretty easy to fall into bad/old practices if working from something existing. To this end, I think a good way to understand cmake's behavior with modern features is to work with a much simpler library or something of the sort more or less from scratch to get a feel for it. I've found that useful personally. Another way to approach this would be to break "modern cmake" into a few smaller pieces and see if you can do just one at a time.
I hope this is at least some amount of help, -Ryan Birmingham On Fri, Feb 7, 2020 at 2:32 PM Nakul Bharti <[email protected]> wrote: > Hi all! > > I am looking for some help regarding #2113 [Revamp CMake configuration to > "modern" CMake <https://github.com/mlpack/mlpack/issues/2113>]. > Basically I want bit guidance to make a proper workflow for this since it > seems very broad and overwhelming for a beginner. I have worked on models > cmake here is PR #39. > Any kind of guidance will be appreciated > > Thanks! > > _______________________________________________ > mlpack mailing list > [email protected] > http://knife.lugatgt.org/cgi-bin/mailman/listinfo/mlpack >
_______________________________________________ mlpack mailing list [email protected] http://knife.lugatgt.org/cgi-bin/mailman/listinfo/mlpack
