libt2n-git Archives

Subject: C++ inter-process communication library branch, master, updated. v0.7-6-gc209619

From: libt2n-git@xxxxxxxxxxxxxxxxxxxxxxx
To: libt2n-git@xxxxxxxxxxxxxxxxxxxxxxx
Date: Fri, 30 Mar 2018 13:59:52 +0200 (CEST)
The branch, master has been updated
       via  c209619c4d44a3e9c5b0f537f53ec65564899efb (commit)
      from  e63f9a319f589e08ce611fc165fe82449c9bf633 (commit)


- Log -----------------------------------------------------------------
commit c209619c4d44a3e9c5b0f537f53ec65564899efb
Author: Thomas Jarosch <thomas.jarosch@xxxxxxxxxxxxx>
Date:   Fri Mar 30 13:59:20 2018 +0200

    Cmake helper: Fix configure_file invocation
    
    The correct command is @ONLY instead of @ONLY@.
    Newer cmake versions output an error.

-----------------------------------------------------------------------

Summary of changes:
 codegen/Libt2n.cmake |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/codegen/Libt2n.cmake b/codegen/Libt2n.cmake
index 3bed5f8..4df5932 100644
--- a/codegen/Libt2n.cmake
+++ b/codegen/Libt2n.cmake
@@ -87,7 +87,7 @@ function(setup_libt2n)
             )
 
         # Write out pkgconfig file
-        configure_file(${LIBT2N_CLIENT_PCTEMPLATE} 
${CMAKE_CURRENT_BINARY_DIR}/${CMDGROUP}.pc @ONLY@)
+        configure_file(${LIBT2N_CLIENT_PCTEMPLATE} 
${CMAKE_CURRENT_BINARY_DIR}/${CMDGROUP}.pc @ONLY)
         install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${CMDGROUP}.pc
             DESTINATION lib/pkgconfig)
 


hooks/post-receive
-- 
C++ inter-process communication library

--
libt2n-git - see http://www.intra2net.com/en/developer/libt2n for details.
To unsubscribe send a mail to libt2n-git+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx   

Current Thread
  • C++ inter-process communication library branch, master, updated. v0.7-6-gc209619, libt2n-git <=