The `Test` sub directory is not added depending on the `ENABLE_TRACING` option. Could be fixed by adding an if: ```cmake if(ENABLE_TESTING) add_subdirectory(Test) endif() ```