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
Nowadays, for each package/repo we have a cmake folder where a couple of CMake files are included from the root CMake file.
This is causing duplication of code and it is prone to have different configurations among all the packages.
Proposal
Create a maliput_cmake for allocating CMake macros use along all the maliput repositories.
Also:
Verify the flags for the C++ compiler: We might want to be stricter.
The text was updated successfully, but these errors were encountered:
Summary
Nowadays, for each package/repo we have a
cmake
folder where a couple of CMake files are included from the root CMake file.This is causing duplication of code and it is prone to have different configurations among all the packages.
Proposal
Create a maliput_cmake for allocating CMake macros use along all the maliput repositories.
Also:
The text was updated successfully, but these errors were encountered: