Mentions légales du service

Skip to content
Snippets Groups Projects
Commit bdb2fde2 authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

change the name of the installed chameleon .pc file: no more starpu or quark suffix

parent e845490c
No related branches found
No related tags found
No related merge requests found
...@@ -123,9 +123,7 @@ MACRO(GENERATE_PKGCONFIG_FILE _file) ...@@ -123,9 +123,7 @@ MACRO(GENERATE_PKGCONFIG_FILE _file)
# Create .pc file # Create .pc file
# --------------- # ---------------
GET_FILENAME_COMPONENT(_output_file ${_file} NAME) SET(_output_file "${CMAKE_BINARY_DIR}/chameleon.pc")
STRING(REPLACE ".in" "" _output_file "${_output_file}")
SET(_output_file "${CMAKE_BINARY_DIR}/${_output_file}")
# TODO: add url of MORSE releases in .pc file # TODO: add url of MORSE releases in .pc file
CONFIGURE_FILE("${_file}" "${_output_file}" @ONLY) CONFIGURE_FILE("${_file}" "${_output_file}" @ONLY)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment