Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. # Copyright: (C) 2013, 2015, 2017 Istituto Italiano di Tecnologia
  2. # Authors: Elena Ceseracciu, Daniele Domenichelli, Silvio Traversaro
  3. # CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT
  4.  
  5. # Please remove this file from your project when you depend on YARP 2.6.70 (!!)
  6.  
  7. ## Skip this whole file if it has already been included
  8. if(COMMAND YARP_CONFIGURE_INSTALLATION)
  9. return()
  10. endif()
  11.  
  12. if(${YARP_VERSION} VERSION_LESS 2.6.69.6)
  13.  
  14. # define yarp_configure_installation
  15.  
  16. endif()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement