我有一个启动cmake和ctest的bash脚本。
我在python中开发了另一个具有相同功能的脚本,但是我遇到了这个问题:
WARNING: No nightly start time found please set in CTestConfig.cmake or DartConfig.cmake Problem initializing the dashboard.
我已经验证ctestconfigcmake位于root并复制到我的项目并且cmakelists.txt中包含ctest。
你能帮我吗?
提前致谢。
答案 0 :(得分:0)
最后,我发现了错误。 cmake命令不好,不包含include ctest。我使用了subprocesss.run,因此参数必须是列表,不同于bash中的参数。