From bdb2fde20016bfeabcfb7cc800563d8b283d1d25 Mon Sep 17 00:00:00 2001
From: Florent Pruvost <florent.pruvost@inria.fr>
Date: Fri, 30 Jan 2015 07:10:39 +0000
Subject: [PATCH] change the name of the installed chameleon .pc file: no more
 starpu or quark suffix

---
 cmake_modules/GenPkgConfig.cmake | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/cmake_modules/GenPkgConfig.cmake b/cmake_modules/GenPkgConfig.cmake
index 99d6639ac..29ef29d5b 100644
--- a/cmake_modules/GenPkgConfig.cmake
+++ b/cmake_modules/GenPkgConfig.cmake
@@ -123,9 +123,7 @@ MACRO(GENERATE_PKGCONFIG_FILE _file)
 
     # Create .pc file
     # ---------------
-    GET_FILENAME_COMPONENT(_output_file ${_file} NAME)
-    STRING(REPLACE ".in" "" _output_file "${_output_file}")
-    SET(_output_file "${CMAKE_BINARY_DIR}/${_output_file}")
+    SET(_output_file "${CMAKE_BINARY_DIR}/chameleon.pc")
     # TODO: add url of MORSE releases in .pc file
     CONFIGURE_FILE("${_file}" "${_output_file}" @ONLY)
 
-- 
GitLab