Currently comment in ware CMakeLists.txt is missleading, effective line should be
SET(WARE_INCLUDE_DIRS ${WARE_INCLUDE_DIRS} /path/to/include/A/ /path/to/include/B/)
Real fix would require to understand if WARE_INCLUDE_DIRS is intended to already contain values, and if the creation of a new variable could solve the situation.
Currently comment in ware CMakeLists.txt is missleading, effective line should be
SET(WARE_INCLUDE_DIRS ${WARE_INCLUDE_DIRS} /path/to/include/A/ /path/to/include/B/)
Real fix would require to understand if
WARE_INCLUDE_DIRS
is intended to already contain values, and if the creation of a new variable could solve the situation.