List:       libt2n-git
Subject:    C++ inter-process communication library branch, master, updated. v0.7-6-gc209619
From:       libt2n-git () developer ! intra2net ! com
Date:       2018-03-30 11:59:52
Message-ID: 20180330115952.372512782D0 () developer ! intra2net ! com
[Download RAW message or body]

The branch, master has been updated
       via  c209619c4d44a3e9c5b0f537f53ec65564899efb (commit)
      from  e63f9a319f589e08ce611fc165fe82449c9bf633 (commit)


- Log -----------------------------------------------------------------
commit c209619c4d44a3e9c5b0f537f53ec65564899efb
Author: Thomas Jarosch <thomas.jarosch@intra2net.com>
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@developer.intra2net.com   


Configure | About | News | Add a list | Sponsored by KoreLogic