fb7729 CMake: fix for SuperLU

Authored and Committed by Campbell Barton 9 years ago
    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.
    
        
file modified
+0 -1