You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and in the future, there can be many .cmake files in volesti.
Solution Description
we can put all these similar kinds of .cmake files in a directory a cmake (we can call any suitable name), and add its path to our root CMakeLists.txt or where ever it's needed. in this way, our code will be more structured.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
No, it's not related to any problem, it's about the convention that makes our code more structured.
Request Description
there are only 2 .cmake files
Eigen.cmake
andBoost.cmake
, but in the future, there can be too many.cmake
files. like.lp_solver.cmake
for Remove lpsolve external libraries #141CodeCoverage.cmake
Code coverage for volesti #139ClangFormat.cmake
for issue Code formating #116and in the future, there can be many .cmake files in
volesti
.Solution Description
we can put all these similar kinds of
.cmake
files in a directory acmake
(we can call any suitable name), and add its path to our rootCMakeLists.txt
or where ever it's needed. in this way, our code will be more structured.The text was updated successfully, but these errors were encountered: