CMake Error: your C compiler: "/home/user/revision OLD/host/linux/x86/usr/bin/qcc" was not found.
Please set CMAKE_C_COMPILER to a valid compiler path or name.
CMake Error: your CXX compiler: "/home/user/revision OLD/host/linux/x86/usr/bin/qcc" was not found.
Please set CMAKE_CXX_COMPILER to a valid compiler path or name.
-- Configuring incomplete, errors occurred!
make: *** [cmake_check_build_system] Error 1
リビジョンOLDパスを参照しているのに、リビジョンをnewに変更しました。私は彼らが次のように提案したウィキFAQで読んだ
$ cmake -G "Your Generator" -D CMAKE_C_COMPILER=gcc-4.2 -D CMAKE_CXX_COMPILER=g++-4.2 path/to/your/source
しかし、それを行う正しい方法はありますか?他のフラグをリセットするなどの欠点があると聞いたので?
私はcmakeについてまったく知りません。