27
CMakeがVisual C ++コンパイラを見つけられない
Visual Studio 2015をインストールし、以前のプロジェクトでCMakeを実行した後、Cコンパイラが見つからなかったことを示すCMakeエラー。 The C compiler identification is unknown The CXX compiler identification is unknown CMake Error at CMakeLists.txt:4 (PROJECT): No CMAKE_C_COMPILER could be found. CMake Error at CMakeLists.txt:4 (PROJECT): No CMAKE_CXX_COMPILER could be found. cl.exeVisual Studioフォルダーで検索しましたC:\Program Files\Microsoft Visual Studio 14.0が、見つかりませんでした。 Visual Studio 2015のWindowsで動作するようにCMakeを設定するにはどうすればよいですか?