Remove unused DDS Security-related files

The removed files are merely the machine-readable part of the DDS Security specification; the clutter they cause in the installation directory is unwarranted, especially when installing to the default /usr/local

Signed-off-by: Erik Boasson <eb@ilities.com>
This commit is contained in:
Erik Boasson 2018-07-08 09:49:08 +02:00
parent 6095b467d3
commit b13bbcc358
8 changed files with 0 additions and 1388 deletions

View file

@ -118,7 +118,6 @@ target_sources(ddsc
target_include_directories(ddsc
PUBLIC
"$<BUILD_INTERFACE:${CMAKE_CURRENT_LIST_DIR}/include>"
"$<BUILD_INTERFACE:${CMAKE_CURRENT_LIST_DIR}/../security/include>"
PRIVATE
"${CMAKE_CURRENT_LIST_DIR}/src")