CMake
を使用して Ubuntu で C++ プロジェクトをコンパイルしようとしていますが、次のエラーが発生します。
CMake Error: your C compiler: "/usr/lib64/ccache/bin/gcc" was not found. Please set CMAKE_C_COMPILER to a valid compiler path or name.
CMake Error: your CXX compiler: "/usr/lib64/ccache/bin/c++" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name.
gccとすべてがインストールされています(Ubuntuではビルドに不可欠です)が、ハードコーディングCMAKE_C_COMPILER
とCMAKE_CXX_COMPILER
CMakeLists.txtを除いて、cmakeがこれを行うのを止めることはできません。これは明らかな理由で嫌いです。ccache をインストールしようとしましたが、効果がありませんでした。