libftdi-git Archives

Subject: A library to talk to FTDI chips branch, master, updated. v0.19-3-ge5fe881

From: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
To: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
Date: Fri, 8 Jul 2011 13:46:15 +0200 (CEST)
The branch, master has been updated
       via  e5fe881640844db2eea48f36cee7a905f5937b8a (commit)
      from  69a75e686d09ceaed5e5600805d16084d3cb3385 (commit)


- Log -----------------------------------------------------------------
commit e5fe881640844db2eea48f36cee7a905f5937b8a
Author: Thomas Jarosch <thomas.jarosch@xxxxxxxxxxxxx>
Date:   Fri Jul 8 13:45:56 2011 +0200

    cmake: Fix install location of header files. Based upon patch by Uwe Bonnes

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

Summary of changes:
 ftdipp/CMakeLists.txt |    4 ++--
 src/CMakeLists.txt    |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/ftdipp/CMakeLists.txt b/ftdipp/CMakeLists.txt
index 8423b2e..2f6a7b0 100644
--- a/ftdipp/CMakeLists.txt
+++ b/ftdipp/CMakeLists.txt
@@ -52,7 +52,7 @@ if (FTDIPP)
                 )
 
     install( FILES ${cpp_headers}
-                DESTINATION include/${PROJECT_NAME}
+                DESTINATION include
                 COMPONENT headers
                 )
 
@@ -71,7 +71,7 @@ if (FTDIPP)
                 )
 
     install( FILES ${cpp_headers}
-                DESTINATION include/${PROJECT_NAME}
+                DESTINATION include
                 COMPONENT headers
                 )
 
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 0e12e54..4590c58 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -37,7 +37,7 @@ if(${UNIX})
             )
 
    install( FILES ${c_headers}
-            DESTINATION include/${PROJECT_NAME}
+            DESTINATION include
             COMPONENT headers
             )
 
@@ -56,7 +56,7 @@ if(${WIN32})
             )
 
    install( FILES ${c_headers}
-            DESTINATION include/${PROJECT_NAME}
+            DESTINATION include
             COMPONENT headers
             )
 


hooks/post-receive
-- 
A library to talk to FTDI chips

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

Current Thread
  • A library to talk to FTDI chips branch, master, updated. v0.19-3-ge5fe881, libftdi-git <=