CMake errors about internal variables not being set led me to https://stackoverflow.com/a/42018800. Moving project() to the top made everything configure (and build) nicely in cmake3 version 3.17.3. Not sure if there are any other side effects to be aware of.
CMake errors about internal variables not being set led me to https://stackoverflow.com/a/42018800. Moving
project()
to the top made everything configure (and build) nicely incmake3 version 3.17.3
. Not sure if there are any other side effects to be aware of.