Turn off third derivatives by default in CMake
I didn't notice before that autotools didn't compile third derivatives by default. This MR changes the CMake default to match that of autotools. The Python build, however, still builds the third derivatives, because they are included in the Python interface tests. (It could be discussed whether this is necessary.)