Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ctestテストが失敗した場合にメッセージを出力するように CMakeLists.txt を設定する方法はありますか? 例えば:
ctest
cmake .. make ctest // fails message output: Please contact xyz@mail.com to resolve testing problems.
messageを使用できます。これは、構成ログ プロセスに情報を出力するのに役立ちます。