Skip to content

[CMake] Packaging

Guilhem Saurel requested to merge devel into master

While here, I fixed this in test_full:

  Eigen::VectorXd solution(1);
  solution(0) = 2.;
  solution(1) = 3.;

Merge request reports