Appveyor で CMake を使用して MinGW の makefile を作成する際の注意点について
CMake で -G "MinGW Makefiles" の引数を設定して
makefile を作成しようとすると、
Git のパスに存在する sh.exe を実行してしまうので
以下のように環境変数を削除後、MinGW へのパスを通す必要がある。
set PATH=%PATH:C:\Program Files\Git\usr\bin;=%
set PATH="C:\MinGW\bin"
参考
CMake building for MinGW issue with Git sh.exe
http://help.appveyor.com/discussions/problems/3193-cmake-building-for-mingw-issue-with-git-shexe
Author And Source
この問題について(Appveyor で CMake を使用して MinGW の makefile を作成する際の注意点について), 我々は、より多くの情報をここで見つけました https://qiita.com/sirokujira/items/e15e57cd9a714ccf15d4著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .