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
{{ message }}
This repository was archived by the owner on Dec 8, 2021. It is now read-only.
ci: make super build configuration more consistent (#107)
Some CMake configuration options were not consistently used in the super
build, including `CMAKE_BUILD_TYPE`, `BUILD_SHARED_LIBS`,
`CMAKE_CXX_COMPILER`, and `CMAKE_C_COMPILER`. In this change
I refactored all of these parameters to a function and pass them to each
sub-project.
I also made some cosmetic changes as I am planning to use these files as
templates for all the other repositories.
0 commit comments