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
Use EVAL CODE for enable_testing in cpp-library.cmake
Replaces cmake_language(DEFER DIRECTORY ...) with cmake_language(EVAL CODE ...) to execute enable_testing() immediately at the parent directory scope. This ensures enable_testing() is called before any add_test() calls, improving compatibility with CTest and test setup.
0 commit comments