Nabla icon indicating copy to clipboard operation
Nabla copied to clipboard

Stop overwriting CMake internals/reading variables

Open AnastaZIuk opened this issue 4 years ago • 1 comments

it may lead to unstable behaviours on certain CMake versions, just see https://github.com/Devsh-Graphics-Programming/Nabla/blob/criss_baw/cmake/common.cmake#L309

We should not have changed variables that are only being used for reading target property, e.g. TARGET_NAME like above

AnastaZIuk avatar Nov 14 '21 13:11 AnastaZIuk

Might be related: https://github.com/buildaworldnet/IrrlichtBAW/issues/311 https://github.com/buildaworldnet/IrrlichtBAW/issues/298