I'm building CMake cmake-3.15.4.tar.gz on OS X 10.12. The machine is
stripped down, and only has the COmmand Line tools. No Xcode and
friends.
I configured with:
./configure --prefix=/usr
Configure appears OK. Make appears OK. Install is failing:
$ sudo make install VERBOSE=1
...
[1
> Below is a typical case for us
> (https://github.com/weidai11/cryptopp/blob/master/CMakeLists.txt). If
> it looks pretty shitty, it probably is. That's the best we have been
> able to come up with based on the documentation.
Below is the example code. We don't know whether it should be:
set(SHE
The documentation for execute_process has some room for improvement.
We recently got burned by a problem that has existed since at least
2011: https://stackoverflow.com/q/6797395/608639 . Once we learned the
problem we could research a bit. The problem cost us over 8 man hours
when it should not h