CMake: fix for SuperLU
It wasn't possible to use a custom superlu path.
- Added "superlu" onto the end of SUPERLU_INCLUDE_DIR
- Wasn't using SUPERLU_INCLUDE_DIR, instead used hard-coded path.
Now use SUPERLU_INCLUDE_DIR on Linux,
leave windows and macOS as-is with notice.