The custom CMake function flamegpu_new_linter_target uses a project scoped variable, not the function scoped name variable, preventing the definition of 2 flamegpu executables within one CMake project.
This is effectively a copy-paste bug in cpplint.cmake
I'll fix this when I have time to check for other occurances too.
The custom CMake function
flamegpu_new_linter_target
uses a project scoped variable, not the function scopedname
variable, preventing the definition of 2 flamegpu executables within one CMake project.This is effectively a copy-paste bug in
cpplint.cmake
I'll fix this when I have time to check for other occurances too.