-
Notifications
You must be signed in to change notification settings - Fork 149
Open
Labels
enhancementNot issues, just enhancementsNot issues, just enhancements
Description
Enhancement description
Related to #559
I am attempting to build the second optional application in the tutorial found here: https://community.rti.com/static/documentation/developers/learn/publish-subscribe.html
This optional exercise instructs the reader to build with CMake but does not provide a CMakeLists.txt.
So, I followed the link in the tutorial to the repository, and copied/pasted the CMakeLists.txt that is provided there. However, building with this file results in the following:
CMake Error at CMakeLists.txt:18 (include):
include could not find requested file:
ConnextDdsConfigureCmakeUtils
CMake Error at CMakeLists.txt:19 (connextdds_configure_cmake_utils):
Unknown CMake command "connextdds_configure_cmake_utils".
Moderators/developers commenting on Issue #559 state that this missing file is an unnecessary utility.
It is my suggestion that, if you want tutorial readers build the example with CMake, you provide them with a working CMakeLists.txt.
Metadata
Metadata
Assignees
Labels
enhancementNot issues, just enhancementsNot issues, just enhancements