0
我在windows上使用cmake-GUI,爲codelite生成一個簡單的「hello world」項目(https://github.com/jameskbride/cmake-hello-world)。我想用cygwin的編譯器,但是當我運行構建命令,我得到了以下錯誤:爲什麼我的代碼庫執行'make -j 0'
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終端中,該項目起作用。