Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deleted some vestigial cmake lists #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions libadore/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@
cmake_minimum_required(VERSION 3.13)

project(
"libadore" VERSION 0.0.1.0
"libadore"
VERSION 0.0.1.0
DESCRIPTION "Automated Driving Open Research: Toolkit libraries"
HOMEPAGE_URL "${adore_REPOSITORY_URL}/libadore"
HOMEPAGE_URL "https://github.com/DLR-TS/libadore"
)

set(PACKAGE_VENDOR "DLR TS-KOS-SAI")
Expand Down
78 changes: 0 additions & 78 deletions libadore/cmake/adore_appsTargets.cmake

This file was deleted.

78 changes: 0 additions & 78 deletions libadore/cmake/adore_envTargets.cmake

This file was deleted.

78 changes: 0 additions & 78 deletions libadore/cmake/adore_funTargets.cmake

This file was deleted.

81 changes: 0 additions & 81 deletions libadore/cmake/adore_if_r2sTargets.cmake

This file was deleted.

Loading