Msys2でCMakeを以下のように実行しました.
cmake .. -G "Unix Makefiles"
しかしながら,下のようなエラーが出ました.解決方法をご教示頂けますと助かります.
$ cmake .. -G "Unix Makefiles"
CMake Error: CMake was unable to find a build program corresponding to "Unix Makefiles". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool.
CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
-- Configuring incomplete, errors occurred!
See also "/home/survey/libLAS-1.8.1/build/CMakeFiles/CMakeOutput.log".
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2018/08/24 10:51