ecal icon indicating copy to clipboard operation
ecal copied to clipboard

Guard CMake Include of

Open Kerstin-Keller opened this issue 3 years ago • 1 comments

Mon and Rec extension points are not part of eCAL core. They should not be build with the regular settings.

https://github.com/continental/ecal/blob/152145cf5507833cbfb03e5d366a587c2a405a2e/CMakeLists.txt#L315-L321

They should be guarded with either -DBUILD_APPS or other options: BUILD_REC_SDK, BUILD_MON_SDK ???

@FlorianReimold @hannemn

Kerstin-Keller avatar Sep 02 '21 15:09 Kerstin-Keller

Yes, I agree. They don't have additional dependencies, but they should probably only be built when apps are built.

FlorianReimold avatar Sep 03 '21 09:09 FlorianReimold