Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not install CMakeLists.txt in loader/register
By including the installation of a whole directory in the source code for loader/register, the buildsystem is installing the CMakeLists.txt files that are included in these directories. Exclude them from the final installation by using the EXCLUDE clause in CMake. Signed-off-by: Jose Luis Rivero <jrivero@osrfoundation.org>
- Loading branch information