From d1bae0abdececa3219e1aa86796ffcac9302da9e Mon Sep 17 00:00:00 2001
From: Mathieu Faverge <mathieu.faverge@inria.fr>
Date: Mon, 20 Jun 2016 15:40:19 -0400
Subject: [PATCH] A few changes related to backports in default

---
 CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index b0d102d7..4dbd384a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -43,11 +43,11 @@ add_custom_target(spm_headers_tgt
   DEPENDS ${spm_headers} )
 
 set_source_files_properties(
-  spm/spm.c
+  spm.c
   PROPERTIES DEPENDS spm_headers_tgt
   )
 
 set(PASTIX_LIB_SRCS
   ${PASTIX_LIB_SRCS}
   ${spm_sources}
-  )
\ No newline at end of file
+  )
-- 
GitLab