Closed droneshire closed 4 years ago
@rossyeager ,
Thanks for pointing it out, will have a PR out to remove this soon!
@rossyeager you are correct - these should be cleaned up.
We have moved from directly submoduling the related projects to using them as a separate open source project with their own INSTALL command to get the public headers into the installation root.
We would love any contributions though :)
@rossyeager ,
This is fixed.
Just a quick glance at the
CMakeLists.txt
file after updating to latest master. I have an install step that I have added in my local copy with older versions of the library that referenced the following variablesKINESIS_VIDEO_PIC_SRC
andKINESIS_VIDEO_PRODUCER_C_SRC
. These don't seem to be set in the latestmaster
. The are referenced here:file(GLOB PIC_HEADERS "${KINESIS_VIDEO_PIC_SRC}/src/*/include")
include_directories(${KINESIS_VIDEO_PRODUCER_C_SRC}/src/include)
These are added but reference empty variables now and it seems like now the submodules that they reference no longer exist? Is this correct? If so, these stale variables should be removed.