Nabla
Nabla copied to clipboard
Stop overwriting CMake internals/reading variables
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
Might be related: https://github.com/buildaworldnet/IrrlichtBAW/issues/311 https://github.com/buildaworldnet/IrrlichtBAW/issues/298