[Cmake-commits] CMake branch, next, updated. v2.8.9-785-gf53759e

Brad King brad.king at kitware.com
Tue Sep 25 18:17:28 EDT 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  f53759e51af2eb3413106ff90330a420b7ef9db7 (commit)
       via  147fb07f6440ccf9397ade4c3bfbe1c5e6f25083 (commit)
      from  accd4f6540a2a0a9ed6bc5dccfae8360ddb0a63d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f53759e51af2eb3413106ff90330a420b7ef9db7
commit f53759e51af2eb3413106ff90330a420b7ef9db7
Merge: accd4f6 147fb07
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Sep 25 18:17:27 2012 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Sep 25 18:17:27 2012 -0400

    Merge topic 'generator-expression-target-properties' into next
    
    147fb07 Remove file with '<' in path


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=147fb07f6440ccf9397ade4c3bfbe1c5e6f25083
commit 147fb07f6440ccf9397ade4c3bfbe1c5e6f25083
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Sep 25 18:16:38 2012 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Sep 25 18:16:42 2012 -0400

    Remove file with '<' in path
    
    The parent commit added 'a<path' to the source tree but Windows
    filesystems do not support it.  Revert this portion of the test.

diff --git a/Tests/IncludeDirectories/CMakeLists.txt b/Tests/IncludeDirectories/CMakeLists.txt
index 3961c7c..60f5e5e 100644
--- a/Tests/IncludeDirectories/CMakeLists.txt
+++ b/Tests/IncludeDirectories/CMakeLists.txt
@@ -36,8 +36,6 @@ else()
     "-ISrcProp")
 endif()
 
-include_directories(a<path)
-
 add_executable(IncludeDirectories main.cpp)
 
 if(USE_FULLPATH)
diff --git a/Tests/IncludeDirectories/a<path/Angle_L_in_path.h b/Tests/IncludeDirectories/a<path/Angle_L_in_path.h
deleted file mode 100644
index ee5e8e7..0000000
--- a/Tests/IncludeDirectories/a<path/Angle_L_in_path.h
+++ /dev/null
@@ -1 +0,0 @@
-//Angle_L_in_path.h
diff --git a/Tests/IncludeDirectories/main.cpp b/Tests/IncludeDirectories/main.cpp
index 53ab0e5..a59d27c 100644
--- a/Tests/IncludeDirectories/main.cpp
+++ b/Tests/IncludeDirectories/main.cpp
@@ -2,7 +2,6 @@
 #include "IncDir.h"
 #include "SrcProp.h"
 #include "TarProp.h"
-#include "Angle_L_in_path.h"
 
 int main(int argc, char** argv)
 {

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

Summary of changes:
 Tests/IncludeDirectories/CMakeLists.txt           |    2 --
 Tests/IncludeDirectories/a<path/Angle_L_in_path.h |    1 -
 Tests/IncludeDirectories/main.cpp                 |    1 -
 3 files changed, 0 insertions(+), 4 deletions(-)
 delete mode 100644 Tests/IncludeDirectories/a<path/Angle_L_in_path.h


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list