我在 Windows 上使用 cmake-GUI,为 codelite 生成,构建一个简单的“hello world”项目(https://github.com/jameskbride/cmake-hello-world)。我正在尝试使用 cygwin 编译器,但是当我运行 build 命令时,出现以下错误:
C:\WINDOWS\system32\cmd.exe /C C:/cygwin64/bin/make.exe -j 0
----------Building project:[ Debugging - Debug ]----------
make: the '-j' option requires a positive integer argument
Usage: make [options] [target] ...
为什么会这样?!?
我的 cygwin 文件夹在 PATH 中。在 cygwin 终端中,该项目有效。