LNLib
LNLib copied to clipboard
install LNLib
@andre-caldas Would you please take a look ?
Do we really need C++11? Eigen3 demands C++17.
Mine is giving Eigen3 compilation error because it says Eigen demands C++17.
So, maybe CMakeLists.txt could be changed to C++17. In my projects, I use C++26, though. :-)
From:https://eigen.tuxfamily.org/index.php?title=Main_Page
”Eigen has good compiler support as we run our test suite against many compilers to guarantee reliability and work around any compiler bugs. Eigen up to version 3.4 is standard C++03 and maintains reasonable compilation times. Versions following 3.4 will be C++14.“
consider raise C++ standard version @xnaut