OpenFLUID / openfluid

OpenFLUID framework and applications
https://www.openfluid-project.org/
Other
28 stars 15 forks source link

Redefinition of WARE_INCLUDE_DIRS in provided CMakeLists.txt #1261

Closed Arthoni closed 1 week ago

Arthoni commented 1 week ago

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.