You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just finished working through this chapter and noticed the same problem. I was able to solve it by changing the CMakeLists.txt file in the src directory to read
I can use 'ninja' to compile the code, but I cannot use 'ninja install'.
And there is nothing about install appear in the 'build.ninja' file.
$ninja [6/6] Linking CXX executable src/calc $ninja install ninja: error: unknown target 'install'
The text was updated successfully, but these errors were encountered: