Duplicate EXPORT option in CMake file
ZoltanCsibi opened this issue · 1 comments
ZoltanCsibi commented
The CMakeLists file from rmw_ecal_shared_cpp uses twice the EXPORT option in the install command.
This fails with CMake 3.12.18081601-MSVC_2 (the Visual Studio 2017 flavor) with the error:
CMake Error at CMakeLists.txt:105 (install): install TARGETS given unknown argument "EXPORT".
brakmic-aleksandar commented
Fixed.