You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[CMake] Don't wrap command in ROOTTEST_COMPILE_MACRO in CMake target
Wrapping to command inside a Cmake target doesn't seem to be necessary,
because in the test, the target is forced to be built without
dependencies anyway
(e.g. `cmake --build . --target my_macro_test/fast --always-make` when
using makefiles).
This fixes spurious project rebuilds when running the macro tests when
using ninja, with "dirty" CMake code in the source directory.
0 commit comments